Rename ConfigMap
Some checks failed
Gitea Actions Demo / release-image (push) Blocked by required conditions
Gitea Actions Demo / lint (push) Successful in 1m21s
Gitea Actions Demo / test (push) Has been cancelled

This commit is contained in:
Ryan Cavicchioni 2024-08-18 01:49:06 -05:00
parent af77b895e0
commit cbef23df77
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: toy-cm
name: toy-configmap
namespace: toy
data:
CAT: pancake
CAT: luna

View File

@ -4,7 +4,7 @@ kind: Kustomization
namespace: toy
resources:
- secret.yaml
- cm.yaml
- configmap.yaml
- rollout.yaml
- services.yaml
- ingress.yaml

View File

@ -43,7 +43,7 @@ spec:
optional: true
envFrom:
- configMapRef:
name: toy-cm
name: toy-configmap
livenessProbe:
httpGet:
path: /livez