Skip to content

Commit d09bac5

Browse files
authored
making user-secret in user-env optional to support IRSA (#353)
Issue #, if available: N/A Description of changes: To start supporting IRSA in OpenShift clusters, the `user-secret` now needs to be optional. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 0aa529e commit d09bac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/config/controller/user-env.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ spec:
1414
optional: false
1515
- secretRef:
1616
name: ack-{{.ServicePackageName}}-user-secrets
17-
optional: false
17+
optional: true

0 commit comments

Comments
 (0)