devel: expermenting with ref sources

This commit is contained in:
Jonas Juselius
2024-01-31 11:38:32 +01:00
parent a6b6d19c7c
commit 14e75ce358
9 changed files with 58 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: geoserver
namespace: argocd
spec:
project: gis
destination:
server: https://kubernetes.default.svc
namespace: geoserver
source:
repoURL: https://gitlab.com/oceanbox/charts.git
targetRevision: HEAD
path: geoserver
plugin:
name: kustomize-helm-with-rewrite
parameters:
- name: env
string: prod
- name: hostname
string: geoserver.srv.oceanbox.io
- name: flags
string: "--skip-tests"
- name: chart
string: ncsa/geoserver