variablize chart version via host_vars
This commit is contained in:
0
ansible-navigator.yml
Normal file
0
ansible-navigator.yml
Normal file
@@ -117,7 +117,7 @@
|
||||
namespace: gitlab-system
|
||||
spec:
|
||||
chart:
|
||||
version: "7.6.2"
|
||||
version: "{{ gitlab_chart_version }}"
|
||||
values:
|
||||
nginx-ingress:
|
||||
enabled: false
|
||||
|
||||
2
openshift/host_vars/localhost.yml
Normal file
2
openshift/host_vars/localhost.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
gitlab_chart_version: "8.0.1"
|
||||
Reference in New Issue
Block a user