aboutsummaryrefslogtreecommitdiffstats
path: root/helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/secret.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/secret.yaml')
-rw-r--r--helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/secret.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/secret.yaml b/helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/secret.yaml
index a25390f2..65e0171d 100644
--- a/helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/secret.yaml
+++ b/helm/policy/components/policy-clamp-ac-k8s-ppnt/templates/secret.yaml
@@ -32,17 +32,4 @@ stringData:
login: {{ .Values.restServer.user }}
password: {{ .Values.restServer.password }}
----
-apiVersion: v1
-kind: Secret
-metadata:
- name: {{ .Chart.Name }}-policy-kafka-user
- namespace: default
- labels:
- app: {{ .Chart.Name }}
- chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- heritage: Helm
-type: Opaque
-stringData:
- sasl.jaas.config: {{ .Values.config.jaas }}