Skip to content

Commit e368dca

Browse files
authored
Merge pull request #5113 from amvanbaren/bugfix/values-anchors
Add yaml anchors
2 parents a6e6a09 + 6941bb7 commit e368dca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/openvsx/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Default values for openvsx.
22

3-
name: open-vsx-org
4-
environment: production
5-
namespace: open-vsx-org
3+
name: &name open-vsx-org
4+
environment: &environment production
5+
namespace: &namespace open-vsx-org
66
host: open-vsx.org
77

88
replicaCount: 6

0 commit comments

Comments
 (0)