DO THE WHOLE STORY ON A DEV MACHINE UNTIL CREATE HELM BASED APPLICATION

CREATE THREE APPLICATIONS FOR HOMERUN:
kubectl apply -f - <<EOF
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: homerun-redis-stack
namespace: argocd
spec:
destination:
name: ''
namespace: hoemrun
server: ${SERVER_URL}
source:
path: ''
repoURL:
targetRevision:
chart:
helm:
values: |
#....
# ...
https://github.com/stuttgart-things/stuttgart-things/blob/main/helm/homerun-base-stack/homerun-base.yaml
- name: homerun-redis-stack
- name: homerun-generic-pitcher
- name: homerun-text-catcher
you are not commiting them to git so if you are working with secrets- its ok for now to give them to the application manifest
DO THE WHOLE STORY ON A DEV MACHINE UNTIL CREATE HELM BASED APPLICATION
CREATE THREE APPLICATIONS FOR HOMERUN:
https://github.com/stuttgart-things/stuttgart-things/blob/main/helm/homerun-base-stack/homerun-base.yaml
you are not commiting them to git so if you are working with secrets- its ok for now to give them to the application manifest