remove kong

This commit is contained in:
2023-04-08 15:36:05 -05:00
parent c476887707
commit 4167f20f46

View File

@@ -1,23 +1,23 @@
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: kong # name: kong
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: kong # path: kong
directory: # directory:
recurse: true # recurse: true
destination: # destination:
server: https://kubernetes.default.svc # server: https://kubernetes.default.svc
namespace: kong # namespace: kong
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true