Skip to content
Snippets Groups Projects
Commit 691580f6 authored by garciadeblas's avatar garciadeblas
Browse files

Fix minor issues in oka-generate: add version, add wait true in ks, simplifiy namespace manifest


Change-Id: I556ef40c96eac4154fdd1f4bf9ae1a153f0a5e24
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent effca722
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ spec:
chart:
spec:
chart: {{ helm_chart }}
{% if version %}version: '{{ version }}'{% endif %}
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
......
......@@ -24,6 +24,7 @@ spec:
interval: 1h0m0s
path: {{ manifest_folder }}
prune: true
wait: true
sourceRef:
kind: GitRepository
name: sw-catalogs
......
......@@ -18,8 +18,5 @@
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
name: {{ namespace }}
spec: {}
status: {}
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