We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64ebb9 commit 259edb4Copy full SHA for 259edb4
clusters/svc.ez.soeren.cloud/hermes/kustomization.yaml
@@ -2,10 +2,6 @@
2
apiVersion: "kustomize.config.k8s.io/v1beta1"
3
kind: "Kustomization"
4
namespace: "hermes"
5
-images:
6
- - name: "ghcr.io/soerenschneider/hermes"
7
- newName: "cr.svc.ez.soeren.cloud/hermes"
8
- newTag: "latest"
9
components:
10
- "../../../apps/hermes/components/istio"
11
- "../../../apps/hermes/components/secret"
@@ -20,13 +16,6 @@ configMapGenerator:
20
16
files:
21
17
- "hermes-config.yaml"
22
18
patches:
23
- - target:
24
- kind: Deployment
25
- name: hermes
26
- patch: |-
27
- - op: replace
28
- path: /spec/template/spec/containers/0/imagePullPolicy
29
- value: Always
30
19
- target:
31
kind: "VirtualService"
32
name: "hermes"
0 commit comments