roozeec/argocd-app-configpublic Fork 0
bc68f0c25e986bf713883d094fc2d5518160cd4b
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 31d3384 · on bc68f0c25e986bf713883d094fc2d5518160cd4b · Nana Janashia · Oct 10, 2021
configmap.yaml · 9 lines · 202 BYAML Blame HistoryRaw
1
2
3
4
5
6
7
8
9
apiVersion: v1
kind: ConfigMap
metadata:
  name: myapp-config
  # annotation needed for configMaps, so ArgoCD will use them
  annotations: 
    app.kubernetes.io/part-of: argocd
data:
  log_level: INFO