mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-09-02 17:49:28 +00:00
33 lines
694 B
YAML
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
|