gomods / athens-charts

Helm charts for athens
https://gomods.github.io/athens-charts/
MIT License
10 stars 17 forks source link

Added possibility to define externally added secrets (e.g. created by… #38

Closed mikhainin closed 1 year ago

mikhainin commented 1 year ago

… a secret manager)

Fixes #37

This adds possibility to say that the secret is provided in another resource:

athens-proxy:
...
  sshGitServers:
    - host: github.repository
 ...
      existingSecret:
        name: ssh-keys
        subPath: "teamcity-app-id_rsa"
DrPsychick commented 1 year ago

Do you want to rebase and bump the chart version to 0.7.0 with this PR, @negram? Then the merge will create a new release.

mikhainin commented 1 year ago

Yeah, sure. Added one more commit