update
This commit is contained in:
@@ -26,6 +26,9 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
name: external-devices-{{path.basename}}
|
||||
annotations:
|
||||
# Forcer ArgoCD à gérer les Endpoints
|
||||
argocd.argoproj.io/sync-options: "ServerSideApply=true"
|
||||
spec:
|
||||
project: '{{path.basename}}'
|
||||
source:
|
||||
@@ -44,4 +47,6 @@ spec:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
# ServerSideApply pour mieux gérer les Endpoints
|
||||
- ServerSideApply=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user