Update scripts and templates
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $1 == "--config" ]] ; then
|
||||
cat <<EOF
|
||||
configVersion: v1
|
||||
kubernetes:
|
||||
- name: Watch softplayer configmaps
|
||||
- name: Watch bootstrap configmaps getting removed
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
executeHookOnEvent: ["Deleted"]
|
||||
|
@ -9,7 +9,7 @@ if [[ $1 == "--config" ]] ; then
|
||||
cat <<EOF
|
||||
configVersion: v1
|
||||
kubernetes:
|
||||
- name: Watch softplayer configmaps
|
||||
- name: Watch bootstrap configmaps getting created
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
executeHookOnEvent: ["Added"]
|
||||
|
Reference in New Issue
Block a user