init
This commit is contained in:
parent
9caf51d989
commit
385b6cb31f
@ -70,6 +70,8 @@ jobs:
|
|||||||
--create-namespace \
|
--create-namespace \
|
||||||
--set-string 'image.version=${{ github.event.inputs.version }}' \
|
--set-string 'image.version=${{ github.event.inputs.version }}' \
|
||||||
--set-string 'image.name=images.binom.pw/otp/${{ github.event.inputs.repo_path }}' \
|
--set-string 'image.name=images.binom.pw/otp/${{ github.event.inputs.repo_path }}' \
|
||||||
|
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
|
||||||
|
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \
|
||||||
--set "imagePullSecrets[0].name=regcred" \
|
--set "imagePullSecrets[0].name=regcred" \
|
||||||
--wait
|
--wait
|
||||||
- name: 'Cleanup'
|
- name: 'Cleanup'
|
||||||
|
|||||||
@ -9,6 +9,8 @@ metadata:
|
|||||||
app.kubernetes.io/name: {{$.Values.name}}
|
app.kubernetes.io/name: {{$.Values.name}}
|
||||||
app.kubernetes.io/instance: {{ $.Release.Name }}
|
app.kubernetes.io/instance: {{ $.Release.Name }}
|
||||||
app.kubernetes.io/version: {{ $.Chart.AppVersion | quote }}
|
app.kubernetes.io/version: {{ $.Chart.AppVersion | quote }}
|
||||||
|
devspace.isb/name: {{ $.Values.repository.name | quote }}
|
||||||
|
devspace.isb/branch: {{ $.Values.repository.branch | quote }}
|
||||||
spec:
|
spec:
|
||||||
{{- if not $.Values.autoscaling.enabled }}
|
{{- if not $.Values.autoscaling.enabled }}
|
||||||
{{ if $.Values.replicaCount }}
|
{{ if $.Values.replicaCount }}
|
||||||
|
|||||||
@ -14,4 +14,7 @@ ingress:
|
|||||||
host: 'core.devx.kube.xx'
|
host: 'core.devx.kube.xx'
|
||||||
name: agent
|
name: agent
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
repository:
|
||||||
|
name: ''
|
||||||
|
branch: ''
|
||||||
@ -9,6 +9,8 @@ metadata:
|
|||||||
app.kubernetes.io/name: {{$.Values.name}}
|
app.kubernetes.io/name: {{$.Values.name}}
|
||||||
app.kubernetes.io/instance: {{ $.Release.Name }}
|
app.kubernetes.io/instance: {{ $.Release.Name }}
|
||||||
app.kubernetes.io/version: {{ $.Chart.AppVersion | quote }}
|
app.kubernetes.io/version: {{ $.Chart.AppVersion | quote }}
|
||||||
|
devspace.isb/name: {{ $.Values.repository.name | quote }}
|
||||||
|
devspace.isb/branch: {{ $.Values.repository.branch | quote }}
|
||||||
spec:
|
spec:
|
||||||
{{- if not $.Values.autoscaling.enabled }}
|
{{- if not $.Values.autoscaling.enabled }}
|
||||||
{{ if $.Values.replicaCount }}
|
{{ if $.Values.replicaCount }}
|
||||||
|
|||||||
@ -14,4 +14,7 @@ ingress:
|
|||||||
host: 'generator.devx.kube.xx'
|
host: 'generator.devx.kube.xx'
|
||||||
name: agent
|
name: agent
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
repository:
|
||||||
|
name: ''
|
||||||
|
branch: ''
|
||||||
Loading…
x
Reference in New Issue
Block a user