fix: bind production PaC release parameters
This commit is contained in:
@@ -33,7 +33,7 @@ spec:
|
||||
timeouts:
|
||||
pipeline: 1h0m0s
|
||||
taskRunTemplate:
|
||||
serviceAccountName: "{{ service_account }}"
|
||||
serviceAccountName: hwlab-nc01-production-tekton-runner
|
||||
podTemplate:
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
@@ -61,11 +61,11 @@ spec:
|
||||
- name: git-write-url
|
||||
value: "{{ git_write_url }}"
|
||||
- name: source-branch
|
||||
value: "{{ source_branch }}"
|
||||
value: release
|
||||
- name: gitops-branch
|
||||
value: "{{ gitops_branch }}"
|
||||
value: release-gitops
|
||||
- name: lane
|
||||
value: "{{ lane }}"
|
||||
value: production
|
||||
- name: catalog-path
|
||||
value: deploy/artifact-catalog.nc01-production.json
|
||||
- name: image-tag-mode
|
||||
|
||||
Reference in New Issue
Block a user