roozeec/argocd-app-configpublic Fork 0
31d3384
Commits
Clone
git clone https://git.rickub.com/roozeec/argocd-app-config.git
git clone ssh://git@rickub.com/roozeec/argocd-app-config.git

Update configmap.yaml

Nana Janashia committed 2021-10-10T16:19:41Z Browse files
31d3384 parent: 5c0c4f2
modified dev/configmap.yaml +3 -2
@@ -3,6 +3,7 @@ kind: ConfigMap
33 metadata:
44 name: myapp-config
55 # 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
78 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-config4 name: myapp-config
5 # annotation needed for configMaps, so ArgoCD will use them5 # annotation needed for configMaps, so ArgoCD will use them
6- app.kubernetes.io/part-of: argocd6+ 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