Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mist714 committed Oct 13, 2022
1 parent 0be9ba4 commit 79b6bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/k8s/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
initContainers:
- name: init
image: {{IMAGE_PREFIX}}git-ghost-cli:{{IMAGE_TAG}}
image: {{IMAGE_PREFIX}}git-ghost:{{IMAGE_TAG}}
imagePullPolicy: IfNotPresent
command: ["bash"]
args:
Expand All @@ -32,7 +32,7 @@ spec:
mountPath: /etc/git-secret
containers:
- name: main
image: {{IMAGE_PREFIX}}git-ghost-cli:{{IMAGE_TAG}}
image: {{IMAGE_PREFIX}}git-ghost:{{IMAGE_TAG}}
imagePullPolicy: IfNotPresent
command: ["git", "diff", "HEAD"]
workingDir: /code
Expand Down

0 comments on commit 79b6bad

Please sign in to comment.