Skip to content

Commit

Permalink
feat(argo): add support for enabling oci-style helm repos (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-x authored Oct 12, 2023
1 parent 0821e45 commit 05acbc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/argocd_deploy/templates/argocd-helm-repo.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ stringData:
{% endif %}
{% if item.proxy is defined %}
proxy: {{ item.proxy }}
{% endif %}
{% if item.enableOCI is defined %}
enableOCI: {{ item.enableOCI }}
{% endif %}

0 comments on commit 05acbc0

Please sign in to comment.