Skip to content
Snippets Groups Projects
Verified Commit 17f67606 authored by Mark's avatar Mark
Browse files

Add ory repository to helm operator

parent 46f23e1c
No related branches found
No related tags found
No related merge requests found
......@@ -44,4 +44,13 @@
# helm-operator
# # Chart name
# helm-operator
shell: helm upgrade --install --repo "https://charts.fluxcd.io" --namespace oas --version 0.3.0 --set createCRD=true helm-operator helm-operator
# # enable cusrom Helm repositories
# --set configureRepositories.enable=true
# # Add the stable default Helm repository
# --set configureRepositories.repositories[0].name=stable
# --set configureRepositories.repositories[0].url=https://kubernetes-charts.storage.googleapis.com
# # Add the ory repository that is required for the single-sign-on helmchart
# --set configureRepositories.repositories[1].name=ory
# --set configureRepositories.repositories[1].url=https://k8s.ory.sh/helm/charts
shell: helm upgrade --install --repo "https://charts.fluxcd.io" --namespace oas --version 0.3.0 --set createCRD=true helm-operator helm-operator --set configureRepositories.enable=true --set configureRepositories.repositories[0].name=stable --set configureRepositories.repositories[0].url=https://kubernetes-charts.storage.googleapis.com --set configureRepositories.repositories[1].name=ory --set configureRepositories.repositories[1].url=https://k8s.ory.sh/helm/charts
......@@ -10,5 +10,3 @@
name: "single-sign-on-settings"
namespace: "oas"
include_tasks: flux_secret.yml
- name: Add ory helm repo
command: helm repo add "@ory" https://k8s.ory.sh/helm/charts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment