Skip to content

Commit

Permalink
DOC/MINOR: kubernetes-ingress: Move tag comment in line with tag field
Browse files Browse the repository at this point in the history
Signed-off-by: Dinko Korunic <[email protected]>
  • Loading branch information
dkorunic committed May 23, 2024
1 parent 2c1bb4b commit 3740ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions haproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ serviceAccount:
## Default values for image
image:
repository: haproxytech/haproxy-alpine # can be changed to use CE or EE images
# Overrides the image tag whose default is the chart appVersion
tag: ""
tag: "" # overrides the image tag whose default is the chart appVersion
pullPolicy: IfNotPresent

## Automatically Roll Deployments
Expand Down
3 changes: 1 addition & 2 deletions kubernetes-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ controller:
name: controller
image:
repository: haproxytech/kubernetes-ingress # can be changed to use CE or EE Controller images
# Overrides the image tag whose default is the chart appVersion
tag: ""
tag: "" # overrides the image tag whose default is the chart appVersion
pullPolicy: IfNotPresent

## Deployment or DaemonSet pod mode
Expand Down

0 comments on commit 3740ad2

Please sign in to comment.