init
This commit is contained in:
parent
95bdf4c949
commit
3d984953e3
@ -76,6 +76,7 @@ jobs:
|
|||||||
--kubeconfig ./ku.yaml \
|
--kubeconfig ./ku.yaml \
|
||||||
--create-namespace \
|
--create-namespace \
|
||||||
--wait
|
--wait
|
||||||
|
--set-string version=${{ github.event.inputs.version }}
|
||||||
- name: 'Cleanup'
|
- name: 'Cleanup'
|
||||||
if: always()
|
if: always()
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@ -56,7 +56,7 @@ spec:
|
|||||||
- name: {{ $.Chart.Name }}
|
- name: {{ $.Chart.Name }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml $.Values.securityContext | nindent 12 }}
|
{{- toYaml $.Values.securityContext | nindent 12 }}
|
||||||
image: "{{ $.Values.image.name }}:{{ default $.Chart.AppVersion }}"
|
image: "{{ $.Values.image.name }}:{{ $.Values.value }}"
|
||||||
imagePullPolicy: {{ $.Values.image.pullPolicy }}
|
imagePullPolicy: {{ $.Values.image.pullPolicy }}
|
||||||
env:
|
env:
|
||||||
- name: STAND_TITLE
|
- name: STAND_TITLE
|
||||||
|
|||||||
@ -12,3 +12,4 @@ image:
|
|||||||
name: agent
|
name: agent
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
version: ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user