Skip to content

Commit

Permalink
boundary upgrade with new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-ls authored Dec 13, 2024
1 parent 53cca0b commit 83ebc74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/boundary/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: boundary
version: 0.1.4
version: 0.1.5
description: A Helm chart for Hashicorp Boundary deployment
type: application
keywords:
Expand Down
9 changes: 5 additions & 4 deletions charts/boundary/templates/worker-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ data:
log_format = "standard"
worker {
name = "kubernetes-worker"
description = "Boundary kubernetes-worker"
controllers = [{{ include "boundary.controller.cluster_address" . | quote }}]
public_addr = {{ include "boundary.worker.public_address" . | quote }}
name = "kubernetes-worker"
description = "Boundary kubernetes-worker"
controllers = [{{ include "boundary.controller.cluster_address" . | quote }}]
public_addr = {{ include "boundary.worker.public_address" . | quote }}
initial_upstreams = [{{ include "boundary.controller.cluster_address" . | quote }}]
}
listener "tcp" {
Expand Down

0 comments on commit 83ebc74

Please sign in to comment.