Rename ConfigMap
This commit is contained in:
		@@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user