Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phemankita committed May 8, 2021
1 parent c9c2dac commit ddb188c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions chart/base/templates/qm-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spec:
- {{ .Values.mqsc.name }}
securityContext:
initVolumeAsRoot: {{ .Values.securityContext.initVolumeAsRoot }}
# template:
# {{- toYaml .Values.template | nindent 4 }}
template:
{{- toYaml .Values.template | nindent 4 }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
tracing:
{{- toYaml .Values.tracing | nindent 4 }}
Expand Down
16 changes: 8 additions & 8 deletions chart/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ ini:
securityContext:
initVolumeAsRoot: false

# template:
# pod:
# containers:
# - env:
# - name: MQSNOAUT
# value: "no"
# name: qmgr
# resources: {}
template:
pod:
containers:
- env:
- name: MQSNOAUT
value: "no"
name: qmgr
resources: {}

configmap:
path: config
Expand Down

0 comments on commit ddb188c

Please sign in to comment.