Skip to content

Commit

Permalink
feat: make cluster name configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 22, 2024
1 parent 684b94f commit ebd8b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ kubernetes:
- type: 'config'
clusters:
- url: "https://kubernetes.default.svc"
name: core-prod
name: ${K8S_CLUSTER_NAME}
authProvider: 'serviceAccount'
skipMetricsLookup: false
skipTLSVerify: true
Expand Down

0 comments on commit ebd8b5f

Please sign in to comment.