2021-04-03 09:01:48 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: auth-proxy
|
|
|
|
namespace: argocd
|
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
|
|
|
spec:
|
|
|
|
project: cluster.fun
|
|
|
|
destination:
|
2021-10-23 16:57:14 +00:00
|
|
|
namespace: auth-proxy
|
2021-04-03 09:01:48 +00:00
|
|
|
name: cluster-fun (scaleway)
|
|
|
|
source:
|
|
|
|
path: manifests/auth-proxy
|
|
|
|
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
|
|
|
targetRevision: HEAD
|
|
|
|
syncPolicy:
|
2021-04-03 09:13:36 +00:00
|
|
|
automated: {}
|
2021-04-03 09:01:48 +00:00
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
|
|
|
ignoreDifferences:
|
|
|
|
- kind: Secret
|
|
|
|
jsonPointers:
|
|
|
|
- /data
|
2023-12-15 11:02:16 +00:00
|
|
|
---
|