Skip to content

Commit

Permalink
chore: Disable CodeMie eso creation if path empty (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Jan 10, 2025
1 parent 915f64d commit 8808b75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.externalSecrets.enabled .Values.externalSecrets.manageEDPInstallSecrets -}}
{{- if and .Values.externalSecrets.enabled .Values.externalSecrets.manageEDPInstallSecrets .Values.externalSecrets.manageCodemieSecretsName -}}
{{- $secretStore := include "edp-install.secretStoreName" . }}
{{- $awsSecretName := .Values.externalSecrets.manageCodemieSecretsName }}
apiVersion: external-secrets.io/v1beta1
Expand Down

0 comments on commit 8808b75

Please sign in to comment.