diff --git a/k8s-infra/apps.yml b/k8s-infra/apps.yml index e14f984..616d068 100644 --- a/k8s-infra/apps.yml +++ b/k8s-infra/apps.yml @@ -94,30 +94,3 @@ spec: server: https://kubernetes.default.svc namespace: vector ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: autocert - namespace: smallstep -spec: - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true - project: default - sources: - - chart: autocert - repoURL: https://smallstep.github.io/helm-charts - targetRevision: 1.20.1 - helm: - values: | - role: Agent - - persistence: - hostPath: - enabled: false - destination: - server: https://kubernetes.default.svc - namespace: smallstep