We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b158505 commit 21e8dd3Copy full SHA for 21e8dd3
openshift/update-configmap.sh
@@ -47,4 +47,5 @@ oc create configmap "$REPO_NAME"-flb-sc-config-map \
47
48
echo Creating secret for TRUSTED_CA_BUNDLE
49
oc create secret generic trusted-custom-ca \
50
- --from-literal=trusted-cers.crt="$TRUSTED_CA_BUNDLE" | oc apply -f -
+ --from-literal=trusted-cers.crt="$TRUSTED_CA_BUNDLE" \
51
+ --dry-run=client -o yaml | oc apply -f -
0 commit comments