Moved imagePullSecret

This commit is contained in:
2023-06-04 07:58:00 +00:00
parent 5a91e4fec8
commit 42c39343c8
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "0.5.2"
HELM_CHART_VERSION: "0.5.3"
stages:
- deploy

View File

@@ -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"

View File

@@ -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