mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
monitoring(fix): pvc out of sync
This commit is contained in:
parent
28ff1bf73c
commit
256358803d
2 changed files with 1 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: argocd-cm
|
name: argocd-cm
|
||||||
data:
|
data:
|
||||||
|
application.instanceLabelKey: argocd.argoproj.io/instance
|
||||||
url: https://argocd.gorilych.ru
|
url: https://argocd.gorilych.ru
|
||||||
statusbadge.enabled: 'true'
|
statusbadge.enabled: 'true'
|
||||||
dex.config: |
|
dex.config: |
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@ kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: monitoring
|
name: monitoring
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
finalizers:
|
|
||||||
- resources-finalizer.argocd.argoproj.io
|
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue