Skip to content

Commit

Permalink
stop hyphen removal (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry authored Nov 6, 2024
1 parent f6bea85 commit 5d7bf07
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ spec:
- name: "netbird_tf_provider_version"
value: "{{ fact_argo_merged_config.apps['security'].sub_apps['netbird'].netbird_tf_provider_version }}"
- name: "vault_domain"
value: "{{ '{{' }} cat \"int.\" .env | nospace | replace \"-\" \"\" {{ '}}'}}"
value: "{{ '{{' }} cat \"int.\" .env | nospace {{ '}}'}}"
- name: "argocd_domain"
value: "{{ '{{' }} cat \"int.\" .env | nospace | replace \"-\" \"\" {{ '}}'}}"
value: "{{ '{{' }} cat \"int.\" .env | nospace {{ '}}'}}"
- name: "grafana_domain"
value: "{{ '{{' }} cat \"int.\" .env | nospace | replace \"-\" \"\" {{ '}}'}}"
value: "{{ '{{' }} cat \"int.\" .env | nospace {{ '}}'}}"
- name: "domain"
value: "{{ '{{' }} .domain {{ '}}'}}"
- name: "env_cidr"
Expand Down

0 comments on commit 5d7bf07

Please sign in to comment.