You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp -a "/tmp/${HELM_CHART_RBAC_K8S_MERGED_VALUE_FILE_NAME}""${ARTIFACT_DIR}/${NAME_SPACE_RBAC}/"# Save the final value-file into the artifacts directory.
51
52
echo"Deploying image from repository: ${QUAY_REPO}, TAG_NAME: ${TAG_NAME}, in NAME_SPACE: ${NAME_SPACE_RBAC}"
Copy file name to clipboardExpand all lines: .ibm/pipelines/value_files/diff-values_showcase-rbac_EKS.yaml
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -61,26 +61,31 @@ upstream:
61
61
# could be changed to a [generic ephemeral volume](https://docs.openshift.com/container-platform/4.13/storage/generic-ephemeral-vols.html#generic-ephemeral-vols-procedure_generic-ephemeral-volumes).
62
62
- name: dynamic-plugins-root
63
63
emptyDir: {}
64
-
- name: rbac-policy
65
-
configMap:
66
-
defaultMode: 420
67
-
name: rbac-policy
68
-
- name: rbac-conditions
69
-
emptyDir: {}
70
64
# Volume that will expose the `dynamic-plugins.yaml` file from the `dynamic-plugins` config map.
71
65
# The `dynamic-plugins` config map is created by the helm chart from the content of the `global.dynamic` field.
0 commit comments