modified dev/configmap.yaml +3 -2
| @@ -3,6 +3,7 @@ kind: ConfigMap |
| 3 | 3 | metadata: |
| 4 | 4 | name: myapp-config |
| 5 | 5 | # annotation needed for configMaps, so ArgoCD will use them |
| 6 | | - app.kubernetes.io/part-of: argocd |
| 6 | + annotations: |
| 7 | + app.kubernetes.io/part-of: argocd |
| 7 | 8 | data: |
| 8 | | - log_level: INFO |
| | \ No newline at end of file |
| 9 | + log_level: INFO |
| @@ -3,6 +3,7 @@ kind: ConfigMap |
| 3 | metadata: | 3 | metadata: |
| 4 | name: myapp-config | 4 | name: myapp-config |
| 5 | # annotation needed for configMaps, so ArgoCD will use them | 5 | # annotation needed for configMaps, so ArgoCD will use them |
| 6 | - app.kubernetes.io/part-of: argocd | 6 | + annotations: |
| | 7 | + app.kubernetes.io/part-of: argocd |
| 7 | data: | 8 | data: |
| 8 | - log_level: INFO | | |
| \ No newline at end of file | | \ No newline at end of file |
| | 9 | + log_level: INFO |