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

[#3699] Allow customization of repositories #3704

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

ljupcovangelski
Copy link
Contributor

The output on helm template renders the ConfigMap like this:

# Source: airy/templates/controller/configmap.yaml
kind: ConfigMap
apiVersion: v1
metadata:
  name: repositories
  namespace: 
data:
  repositories.json: |
    {
      "repositories":
            [
        {
          "name": "airy-core",
          "password": null,
          "url": "https://helm.airy.co",
          "username": null
        }
      ]
    }

Tested also with a list of multiple repositories.

Resolves #3699 .

@ljupcovangelski ljupcovangelski force-pushed the enhancement/3699-customize-repositories branch from 34aab30 to 235b5eb Compare September 7, 2022 14:24
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ljupcovangelski ljupcovangelski merged commit a99f2e6 into develop Sep 8, 2022
@ljupcovangelski ljupcovangelski deleted the enhancement/3699-customize-repositories branch September 8, 2022 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repositories cannot be changed through the Helm chart
2 participants