Skip to content

[STORY][ARGOCD] - TEST FOR HOMERUN HELM CHARTS #10

Description

@patrick-hermann-sva

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

Image

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions