Skip to content

Commit 43a17f5

Browse files
authored
fix: use the seed config only on install (#74)
* fix: seed config only on install or set * fix: use emtpy seed labels * fix: use annotation that works * fix: use annotation that works
1 parent bab3ad0 commit 43a17f5

File tree

4 files changed

+8
-652
lines changed

4 files changed

+8
-652
lines changed

prow/templates/config-configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: v1
23
data:
34
kind: ConfigMap
@@ -10,4 +11,4 @@ metadata:
1011
data:
1112
config.yaml: |-
1213
prowjob_namespace: {{ .Values.prowjobNamespace }}
13-
pod_namespace: {{ .Values.podNamespace }}
14+
pod_namespace: {{ .Values.podNamespace }}

0 commit comments

Comments
 (0)