Skip to content

Commit

Permalink
feat(*): add helm-keep to all Deployments, like router already has
Browse files Browse the repository at this point in the history
  • Loading branch information
helgi committed Aug 3, 2016
1 parent 5404d1b commit 79a26ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow-dev/tpl/deis-builder-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
namespace: deis
labels:
heritage: deis
annotations:
helm-keep: "true"
spec:
replicas: 1
strategy:
Expand Down
2 changes: 2 additions & 0 deletions workflow-dev/tpl/deis-controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
namespace: deis
labels:
heritage: deis
annotations:
helm-keep: "true"
spec:
replicas: 1
strategy:
Expand Down
2 changes: 2 additions & 0 deletions workflow-dev/tpl/deis-registry-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: deis
labels:
heritage: deis
annotations:
helm-keep: "true"
spec:
replicas: 1
strategy:
Expand Down
2 changes: 2 additions & 0 deletions workflow-dev/tpl/deis-workflow-manager-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
namespace: deis
labels:
heritage: deis
annotations:
helm-keep: "true"
spec:
replicas: 1
strategy:
Expand Down

0 comments on commit 79a26ec

Please sign in to comment.