Skip to content

Commit

Permalink
Add annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterDeKort committed Oct 25, 2024
1 parent 7c61405 commit 416568f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/opserver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Deployment
metadata:
name: {{ .Release.Name }}
namespace: {{ .Release.Namespace }}
annotations:
reloader.stakater.com/auto: "true"
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down
2 changes: 1 addition & 1 deletion cnab/app/variables.GCP.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"environment": "dev",
"product": "pubplat",
"project": "opserver",
"releaseTag": "pr-12"
"releaseTag": "pr-13"
},
"runtime": {
"cd": false,
Expand Down

0 comments on commit 416568f

Please sign in to comment.