Skip to content

Commit 6ce1a67

Browse files
authored
making ack-user-config and ack-user-secrets required in the deployment template (#235)
Issue #, if available: Fixes: aws-controllers-k8s/community#1052 Description of changes: Update to make `ack-user-config` and `ack-user-secrets` in the deployment be required for OpenShift. Thus making the operator installation fail false with clearer errors for the cluster admin. 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 59c6892 commit 6ce1a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
envFrom:
1212
- configMapRef:
1313
name: ack-user-config
14-
optional: true
14+
optional: false
1515
- secretRef:
1616
name: ack-user-secrets
17-
optional: true
17+
optional: false

0 commit comments

Comments
 (0)