Skip to content

Commit 60c8a83

Browse files
committed
fix: Remove commented-out PODTATO_PART_NUMBER environment variable from values.yaml
1 parent 79bd08e commit 60c8a83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ leftArm:
4141
tag: "kargo"
4242
serviceType: ClusterIP
4343
servicePort: 9003
44-
env: #[]
45-
- name: PODTATO_PART_NUMBER
46-
value: "05"
44+
env: []
45+
# - name: PODTATO_PART_NUMBER
46+
# value: "05"
4747
rightLeg:
4848
repositoryBasename: right-leg
4949
tag: "kargo"

0 commit comments

Comments
 (0)