Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit d292af8

Browse files
David Tesardcaro
authored andcommitted
remove acr secret (#68)
1 parent b7f6609 commit d292af8

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

apis/poi/helm/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ spec:
1414
labels:
1515
app: {{ .Values.image.label }}
1616
spec:
17-
imagePullSecrets:
18-
- name: acrsecret
1917
containers:
2018
- image: "{{ .Values.repository.image }}:{{ .Values.repository.tag }}"
2119
imagePullPolicy: {{ .Values.repository.pullPolicy }}

apis/trips/helm/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ spec:
1414
labels:
1515
app: {{ .Values.image.label }}
1616
spec:
17-
imagePullSecrets:
18-
- name: acrsecret
1917
containers:
2018
- image: "{{ .Values.repository.image }}:{{ .Values.repository.tag }}"
2119
imagePullPolicy: {{ .Values.repository.pullPolicy }}

apis/userprofile/helm/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ spec:
1414
labels:
1515
app: {{ .Values.image.label }}
1616
spec:
17-
imagePullSecrets:
18-
- name: acrsecret
1917
containers:
2018
- image: "{{ .Values.repository.image }}:{{ .Values.repository.tag }}"
2119
imagePullPolicy: {{ .Values.repository.pullPolicy }}

0 commit comments

Comments
 (0)