remove oauth2-proxy

This commit is contained in:
2022-11-09 17:02:10 -06:00
parent 49e050956a
commit 160df3c5b9

View File

@@ -1,21 +1,21 @@
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: oauth2-proxy # name: oauth2-proxy
namespace: argocd # namespace: argocd
spec: #spec:
project: default # project: default
source: # source:
repoURL: https://github.com/DeveloperDurp/homelab.git # repoURL: https://github.com/DeveloperDurp/homelab.git
targetRevision: main # targetRevision: main
path: oauth2-proxy # path: oauth2-proxy
destination: # destination:
namespace: oauth2-proxy # namespace: oauth2-proxy
name: in-cluster # name: in-cluster
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
#