Skip to content

Commit

Permalink
update: turbonomic
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 12, 2023
1 parent c5d3097 commit 8cd42d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/configs/turbonomic/instance/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ resources:
- group-admins.yaml
- namespace.yaml
- rolebinding-edit.yaml
- turbo-cr-patch-job.yaml
- turbo-cr.yaml
- turbonomic-cr-patch-job.yaml
- turbonomic-cr.yaml
# - kubeturbo.yaml
# kludge: sc not required - recommended by turbonomic for persistent data retention
# - turbo-sc.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
oc whoami
if oc get xl -n ${NAMESPACE}; then
echo FS_GROUP: ${FS_GROUP}
oc patch xl turbo --type=merge -p '{"spec": {"global": {"securityContext": {"fsGroup":'${FS_GROUP}'}}}}'
oc patch xl turbonomic --type=merge -p '{"spec": {"global": {"securityContext": {"fsGroup":'${FS_GROUP}'}}}}'
else
echo "Wrong something went"
exit 1
Expand Down

0 comments on commit 8cd42d0

Please sign in to comment.