Merge branch 'feature/enable-git-creds' into 'master'
Enable specifying a secret for flux git creds Add entrypoints into charts `values.yaml` for (in order): * using an existing secret for git credentials * create `git-credentials` from user defined `username`/`password` * create `git-credentials` from user defined `privateKey`/`publicKey`/`knownHosts` if none of the above are specified, repositories will assume unauthenticated access See merge request platform-one/big-bang/umbrella!82
No related branches found
No related tags found
Showing
- chart/templates/_helpers.tpl 14 additions, 0 deletionschart/templates/_helpers.tpl
- chart/templates/argocd/gitrepository.yaml 1 addition, 0 deletionschart/templates/argocd/gitrepository.yaml
- chart/templates/authservice/gitrepository.yaml 2 additions, 5 deletionschart/templates/authservice/gitrepository.yaml
- chart/templates/clusterauditor/gitrepository.yaml 1 addition, 0 deletionschart/templates/clusterauditor/gitrepository.yaml
- chart/templates/gatekeeper/gitrepository.yaml 1 addition, 0 deletionschart/templates/gatekeeper/gitrepository.yaml
- chart/templates/git-credentials.yaml 29 additions, 0 deletionschart/templates/git-credentials.yaml
- chart/templates/istio/controlplane/gitrepository.yaml 2 additions, 1 deletionchart/templates/istio/controlplane/gitrepository.yaml
- chart/templates/istio/operator/gitrepository.yaml 1 addition, 0 deletionschart/templates/istio/operator/gitrepository.yaml
- chart/templates/logging/eck-operator/gitrepository.yaml 1 addition, 0 deletionschart/templates/logging/eck-operator/gitrepository.yaml
- chart/templates/logging/elasticsearch-kibana/gitrepository.yaml 1 addition, 0 deletions...templates/logging/elasticsearch-kibana/gitrepository.yaml
- chart/templates/logging/fluentbit/gitrepository.yaml 1 addition, 0 deletionschart/templates/logging/fluentbit/gitrepository.yaml
- chart/templates/monitoring/gitrepository.yaml 1 addition, 0 deletionschart/templates/monitoring/gitrepository.yaml
- chart/templates/twistlock/gitrepository.yaml 1 addition, 0 deletionschart/templates/twistlock/gitrepository.yaml
- chart/values.yaml 23 additions, 0 deletionschart/values.yaml
Loading
Please register or sign in to comment