Files
homelab-v/apps/test/auth.yaml
T

33 lines
694 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: test-auth
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: applications
source:
path: helm/application
repoURL: https://github.com/vehagn/homelab
targetRevision: HEAD
helm:
values: |
name: test-auth
namespace: test
authOnly: true
auth:
host: auth-test
whitelist:
- [email protected]
- [email protected]
destination:
namespace: test
name: in-cluster
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true