We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18a5ac commit 0a22ddaCopy full SHA for 0a22dda
1 file changed
deploy/kubernetes/podinfo-dep.yaml
@@ -3,6 +3,9 @@ apiVersion: apps/v1beta1 # for versions before 1.6.0 use extensions/v1beta1
3
kind: Deployment
4
metadata:
5
name: podinfo
6
+ annotations:
7
+ flux.weave.works/tag.podinfo: glob:*
8
+ flux.weave.works/automated: 'true'
9
spec:
10
replicas: 3
11
template:
0 commit comments