Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run helmfile-operator? #4

Open
soupdiver opened this issue Dec 3, 2019 · 0 comments
Open

How to run helmfile-operator? #4

soupdiver opened this issue Dec 3, 2019 · 0 comments

Comments

@soupdiver
Copy link

Hey,
I had a look at this project and tried to set it up on our cluster.
But I struggle with that. All the single pieces of this operator are described but there is on example or docs about how to actually deploy the operator. Or I'm missing something.
I fixed a couple of things to get the build running and usef this deployment to deploy.

apiVersion: apps/v1
kind: Deployment
metadata:
  name: helmfile-operator
  namespace: core
spec:
  replicas: 1
  selector:
    matchLabels:
      app: helmfile-operator
  template:
    metadata:
      labels:
        app: helmfile-operator
    spec:
      containers:
      - name: helmfile-operator
        image: XXX.dkr.ecr.eu-central-1.amazonaws.com/helmfile-operator:latest

It's deployed but ended in a crash loop.
When running a container based on that image, all I see is the helmfile help.
I guess parameters/config are missing, because I haven't specified anything so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant