chore: deprovision customer test
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: customer-test
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: registry.digitalocean.com/lunarfront
|
||||
chart: lunarfront
|
||||
targetRevision: "0.1.28"
|
||||
helm:
|
||||
parameters:
|
||||
- name: ingress.host
|
||||
value: test.lunarfront.tech
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: customer-test
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user