Skip to content

Commit

Permalink
Fixed missing config map in rkm-outpost-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlabs committed Feb 16, 2021
1 parent 12c9261 commit d61fc0c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ spec:
cpu: "100m"
env:
- name: TZ
valueFrom:
configMapKeyRef:
name: rkm-config
key: TZ
value: {{ .Values.clusterInformation.tz }}
- name: REPOSITORY
value: {{ .Values.repository.outpost }}
restartPolicy: OnFailure
Expand Down

0 comments on commit d61fc0c

Please sign in to comment.