argocd-base/4_registry-creds.yaml
2022-10-28 09:54:06 +02:00

23 lines
495 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: registry-creds
namespace: argocd
spec:
project: default
source:
path: './'
directory:
include: 'manifest.yaml'
repoURL: 'https://github.com/alexellis/registry-creds'
targetRevision: master
destination:
namespace: registry-creds-system
server: 'https://kubernetes.default.svc'
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true