Skip to content

Commit 13cb78c

Browse files
lobisrdimaio
authored andcommitted
Added comments for deploymentAnnotations. No functional changes. #251 (review)
1 parent 6728591 commit 13cb78c

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

charts/rucio-daemons/values.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ imageRegistry: ""
4747
additionalEnvs: []
4848

4949
# Additional annotations to be added to the deployment
50+
# Example usage:
51+
# deploymentAnnotations:
52+
# reloader.stakater.com/auto: "true"
53+
# foo: "bar"
5054
deploymentAnnotations: {}
5155

5256
strategy:

charts/rucio-server/values.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ service:
5353
useExternalDNS: false
5454

5555
# Additional annotations to be added to the deployment
56+
# Example usage:
57+
# deploymentAnnotations:
58+
# reloader.stakater.com/auto: "true"
59+
# foo: "bar"
5660
deploymentAnnotations: {}
5761

5862
strategy:

charts/rucio-webui/values.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ imageRegistry: ""
2525
# imageRegistry: registry.cern.ch/docker.io
2626

2727
# Additional annotations to be added to the deployment
28+
# Example usage:
29+
# deploymentAnnotations:
30+
# reloader.stakater.com/auto: "true"
31+
# foo: "bar"
2832
deploymentAnnotations: {}
2933

3034
useSSL: true

0 commit comments

Comments
 (0)