Update scripts and templates

This commit is contained in:
2024-04-02 18:23:10 +02:00
parent d20f6904cb
commit cbcbd9b9e6
3 changed files with 14 additions and 20 deletions

View File

@ -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"]

View File

@ -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"]