Skip to content

Commit

Permalink
fix: configmap path
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoKendo committed Jun 30, 2024
1 parent 1eaa6ca commit a7abb34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/zesty/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/zesty/templates/configMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ metadata:
app.kubernetes.io/instance: zesty
app.kubernetes.io/name: zesty
data:
org-id: "{{ .Values.orgID }}"
orgID: "{{ .Values.orgID }}"
2 changes: 1 addition & 1 deletion charts/zesty/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
valueFrom:
configMapKeyRef:
name: zesty
key: data.org-id
key: orgID
priorityClassName: system-cluster-critical
securityContext:
fsGroup: 65532
Expand Down

0 comments on commit a7abb34

Please sign in to comment.