File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ ocp4_workload_mta8_seed_pull_policy: IfNotPresent
4949# ocp4_workload_mta8_user: admin
5050# ocp4_workload_mta8_password: password
5151
52+ # ArgoCD project to deploy the applications into
53+ ocp4_workload_mta8_user_app_project_prefix : appproject-
54+
5255# --------------------------------
5356# Tackle V2 specific settings
5457# --------------------------------
Original file line number Diff line number Diff line change 1111 name: ''
1212 namespace: {{ ocp4_workload_mta8_namespace_base }}
1313 server: 'https://kubernetes.default.svc'
14- project: default
14+ project: "{{ocp4_workload_mta8_user_app_project_prefix}} {% raw %} {{ user }} {% endraw %} "
1515 syncPolicy:
1616 syncOptions:
1717 - CreateNamespace=true
Original file line number Diff line number Diff line change 2222 name: ''
2323 namespace: "{{ ocp4_workload_mta8_namespace_base }}-{% raw %} {{ user }}{% endraw %} "
2424 server: 'https://kubernetes.default.svc'
25- project: default
25+ project: "{{ocp4_workload_mta8_user_app_project_prefix}} {% raw %} {{ user }} {% endraw %} "
2626 syncPolicy:
2727 syncOptions:
2828 - CreateNamespace=true
You can’t perform that action at this time.
0 commit comments