Skip to content

Commit bed6bf3

Browse files
authored
Do not allow service port to be mutated - fix #18 (#19)
1 parent d643857 commit bed6bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipelines/base/params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ varReference:
2727
kind: StorageClass
2828
- path: metadata/name
2929
kind: Service
30-
- path: spec/ports/port
31-
kind: Service
30+
# - path: spec/ports/port
31+
# kind: Service

0 commit comments

Comments
 (0)