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 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: toy-cm name: toy-configmap
namespace: toy namespace: toy
data: data:
CAT: pancake CAT: luna

View File

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

View File

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