Skip to content

Commit

Permalink
chore: Update logic for create Sonar and nexus secret(#86)
Browse files Browse the repository at this point in the history
* Remove nexusUrl condition
* Remove sonarUrl condition

Jira EPMDEDP-12637

Related #86

Change-Id: I78ecedcc3307ebf5a426af2be5ae9817da52b3a0
  • Loading branch information
Mykola Serdiuk authored and MykolaMarusenko committed Sep 21, 2023
1 parent 366e143 commit 398ad92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.externalSecrets.enabled .Values.externalSecrets.manageEDPInstallSecrets .Values.global.nexusUrl -}}
{{- if and .Values.externalSecrets.enabled .Values.externalSecrets.manageEDPInstallSecrets -}}
{{- if ne (index .Values "nexus-operator" "enabled") true -}}
{{- $secretStore := include "edp-install.secretStoreName" . }}
{{- $awsSecretName := .Values.externalSecrets.manageEDPInstallSecretsName }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.externalSecrets.enabled .Values.externalSecrets.manageEDPInstallSecrets .Values.global.sonarUrl -}}
{{- if and .Values.externalSecrets.enabled .Values.externalSecrets.manageEDPInstallSecrets -}}
{{- if ne (index .Values "sonar-operator" "enabled") true -}}
{{- $secretStore := include "edp-install.secretStoreName" . }}
{{- $awsSecretName := .Values.externalSecrets.manageEDPInstallSecretsName }}
Expand Down

0 comments on commit 398ad92

Please sign in to comment.