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

Add task to install helm repo 'ory'

parent fab5ad2f
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,10 @@
flux:
name: "single-sign-on-settings"
include_tasks: flux_secret.yml
- name: Check if ory helm repo is installed
command: helm repo list | grep ory
register: helm_repo_ory_installed
ignore_errors: True
- name: Add ory helm repo
command: helm repo add ory https://k8s.ory.sh/helm/charts
when: helm_repo_ory_installed is failed
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