Rename ConfigMap
This commit is contained in:
parent
af77b895e0
commit
cbef23df77
@ -2,8 +2,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: toy-cm
|
||||
name: toy-configmap
|
||||
namespace: toy
|
||||
data:
|
||||
CAT: pancake
|
||||
CAT: luna
|
||||
|
@ -4,7 +4,7 @@ kind: Kustomization
|
||||
namespace: toy
|
||||
resources:
|
||||
- secret.yaml
|
||||
- cm.yaml
|
||||
- configmap.yaml
|
||||
- rollout.yaml
|
||||
- services.yaml
|
||||
- ingress.yaml
|
||||
|
@ -43,7 +43,7 @@ spec:
|
||||
optional: true
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: toy-cm
|
||||
name: toy-configmap
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /livez
|
||||
|
Loading…
Reference in New Issue
Block a user