diff --git a/helm/draft-annotations-api/templates/draft-annotations-api-sealed-secrets.yaml b/helm/draft-annotations-api/templates/draft-annotations-api-sealed-secrets.yaml index 8bbe63e..c134ee8 100644 --- a/helm/draft-annotations-api/templates/draft-annotations-api-sealed-secrets.yaml +++ b/helm/draft-annotations-api/templates/draft-annotations-api-sealed-secrets.yaml @@ -3,7 +3,6 @@ kind: SealedSecret metadata: name: draft-annotations-api namespace: default - type: Opaque spec: encryptedData: {{ if .Values.encryptedSecrets }}{{ toYaml .Values.encryptedSecrets | indent 4 }}{{ end }}