71437e8932
Prevents ArgoCD from overwriting the real token with the placeholder. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
539 B
YAML
27 lines
539 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: renovate
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
|
targetRevision: HEAD
|
|
path: renovate
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: renovate
|
|
ignoreDifferences:
|
|
- group: ""
|
|
kind: Secret
|
|
name: renovate-token
|
|
jsonPointers:
|
|
- /data
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|