Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cluster-addon-values are not templated #116

Open
chess-knight opened this issue May 6, 2024 · 0 comments
Open

cluster-addon-values are not templated #116

chess-knight opened this issue May 6, 2024 · 0 comments
Labels
Container Issues or pull requests relevant for Team 2: Container Infra and Tooling

Comments

@chess-knight
Copy link
Member

/kind bug

What steps did you take and what happened:

  1. Create cluster-addon-values.yaml, e.g.:
values: |
  metrics-server:
    commonLabels:
      domain: "{{ .Cluster.spec.controlPlaneEndpoint.host }}"
      clusterAddonVersion: "<< .ClusterAddonVersion >>"
  1. Run csctl create ...
  2. cluster-addon-values.yaml asset is without change

What did you expect to happen:

values: |
  metrics-server:
    commonLabels:
      domain: "{{ .Cluster.spec.controlPlaneEndpoint.host }}"
      clusterAddonVersion: "v2"

Anything else you would like to add:
It was mentioned also in SovereignCloudStack/cluster-stacks#43 (comment)

Environment:

  • csctl version: (use csctl version)
  • OS (e.g. from /etc/os-release):
@chess-knight chess-knight added the Container Issues or pull requests relevant for Team 2: Container Infra and Tooling label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Container Issues or pull requests relevant for Team 2: Container Infra and Tooling
Projects
Status: Backlog
Development

No branches or pull requests

1 participant