Skip to content

Commit

Permalink
[argora-remote] fix k8s service host value
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed Jan 23, 2025
1 parent d267639 commit 541c1a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion system/argora-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.1
version: 0.0.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
3 changes: 2 additions & 1 deletion system/argora-remote/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ ironcore:
region: foo
clusterTypes: bar

kubernetesServiceHost: cluster.local
env:
kubernetesServiceHost: cluster.local
2 changes: 1 addition & 1 deletion system/argora-remote/templates/secret-argora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ data:
BMC_PASS: {{ .Values.bmc.password | b64enc }}
IRONCORE_REGION: {{ .Values.ironcore.region | b64enc }}
IRONCORE_TYPES: {{ .Values.ironcore.clusterTypes | b64enc }}
KUBERNETES_SERVICE_HOST: {{ .Values.kubernetesServiceHost | b64enc }}
KUBERNETES_SERVICE_HOST: {{ .Values.env.kubernetesServiceHost | b64enc }}
3 changes: 2 additions & 1 deletion system/argora-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ ironcore:
region:
clusterTypes:

kubernetesServiceHost:
env:
kubernetesServiceHost:

0 comments on commit 541c1a4

Please sign in to comment.