Skip to content

Commit

Permalink
ROX 23550: Fix deployment, quote parameter (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebensh authored Apr 30, 2024
1 parent 78bc2d9 commit df2427f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- name: EGRESS_PROXY_IMAGE
value: {{ .Values.fleetshardSync.egressProxy.image | quote }}
- name: SECURE_TENANT_NETWORK
value: {{ .Values.fleetshardSync.secureTenantNetwork }}
value: {{ .Values.fleetshardSync.secureTenantNetwork | quote }}
- name: RHSSO_SERVICE_ACCOUNT_CLIENT_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit df2427f

Please sign in to comment.