File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ Create the name of the service account to use
7777 {{- $localESOSecretCtxIdentifier := (include " harnesscommon.secrets.localESOSecretCtxIdentifier" (dict " ctx" $ )) }}
7878 {{- if eq (include " harnesscommon.secrets.isDefaultAppSecret" (dict " ctx" $ " variableName" " GCP_CREDENTIALS" )) " true" }}
7979 {{- $hasAtleastOneSecret = true }}
80- GCP_CREDENTIALS: {{ include " harnesscommon.secrets.passwords.manage" (dict " secret" " cloud-info-secret-mount" " key" " GCP_CREDENTIALS" " providedValues" (list " CLOUD_INFO_GCP_CREDS" " secrets.default.GCP_CREDENTIALS" ) " length" 10 " context" $ ) }}
80+ GCP_CREDENTIALS: {{ include " harnesscommon.secrets.passwords.manage" (dict " secret" " cloud-info-secret-mount" " key" " GCP_CREDENTIALS" " providedValues" (list " CLOUD_INFO_GCP_CREDS" " secrets.default.GCP_CREDENTIALS" ) " length" 16 " context" $ ) }}
8181 {{- end }}
8282 {{- if eq (include " harnesscommon.secrets.isDefaultAppSecret" (dict " ctx" $ " variableName" " CONFIG_FILE" )) " true" }}
8383 {{- $hasAtleastOneSecret = true }}
84- CONFIG_FILE: {{ include " harnesscommon.secrets.passwords.manage" (dict " secret" " cloud-info-secret-mount" " key" " CONFIG_FILE" " providedValues" (list " CLOUD_INFO_CONFIG" " secrets.default.CONFIG_FILE" ) " length" 10 " context" $ ) }}
84+ CONFIG_FILE: {{ include " harnesscommon.secrets.passwords.manage" (dict " secret" " cloud-info-secret-mount" " key" " CONFIG_FILE" " providedValues" (list " CLOUD_INFO_CONFIG" " secrets.default.CONFIG_FILE" ) " length" 16 " context" $ ) }}
8585 {{- end }}
8686 {{- if not $hasAtleastOneSecret }}
8787{}
You can’t perform that action at this time.
0 commit comments