Moved imagePullSecret
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.5.2"
|
||||
HELM_CHART_VERSION: "0.5.3"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: wordyne
|
||||
description: Helm chart for deploying pre-built website containers to kubernetes clusters
|
||||
type: application
|
||||
version: "0.5.2"
|
||||
version: "0.5.3"
|
||||
appVersion: "6.2.2"
|
||||
|
||||
@@ -32,6 +32,8 @@ spec:
|
||||
- name: serverconfig
|
||||
configMap:
|
||||
name: {{ include "..fullname" . }}-cfg
|
||||
imagePullSecrets:
|
||||
- name: pull-secret
|
||||
initContainers:
|
||||
- name: deploy
|
||||
securityContext:
|
||||
@@ -39,8 +41,6 @@ spec:
|
||||
runAsUser: 0
|
||||
image: "cloudyne.azurecr.io/buildahome/{{ .Values.site.name | default ( .Values.site.domain | replace "." "-" ) }}:{{ .Values.site.imageTag | default "latest" }}"
|
||||
imagePullPolicy: Always
|
||||
imagePullSecrets:
|
||||
- name: pull-secret
|
||||
volumeMounts:
|
||||
- name: cloud
|
||||
mountPath: /full-cloud
|
||||
|
||||
Reference in New Issue
Block a user