File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ imageRegistry: ""
47
47
additionalEnvs : []
48
48
49
49
# Additional annotations to be added to the deployment
50
+ # Example usage:
51
+ # deploymentAnnotations:
52
+ # reloader.stakater.com/auto: "true"
53
+ # foo: "bar"
50
54
deploymentAnnotations : {}
51
55
52
56
strategy :
Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ service:
53
53
useExternalDNS : false
54
54
55
55
# Additional annotations to be added to the deployment
56
+ # Example usage:
57
+ # deploymentAnnotations:
58
+ # reloader.stakater.com/auto: "true"
59
+ # foo: "bar"
56
60
deploymentAnnotations : {}
57
61
58
62
strategy :
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ imageRegistry: ""
25
25
# imageRegistry: registry.cern.ch/docker.io
26
26
27
27
# Additional annotations to be added to the deployment
28
+ # Example usage:
29
+ # deploymentAnnotations:
30
+ # reloader.stakater.com/auto: "true"
31
+ # foo: "bar"
28
32
deploymentAnnotations : {}
29
33
30
34
useSSL : true
You can’t perform that action at this time.
0 commit comments