Skip to content

Commit

Permalink
Fix job definion
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Feb 19, 2024
1 parent 4429c8e commit 7311372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/gerrit/gerrit.cue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ kustomizations: $default: manifest: {
apiVersion: "batch/v1"
kind: "Job"
spec: template: spec: {
restartPolicy: "OnFailure"
containers: [{
name: "gerrit-credentials"
image: "ghcr.io/pythoner6/netserv/gerrit@\(#Images[appName].digest)"
Expand Down

0 comments on commit 7311372

Please sign in to comment.