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

Feature Request: Possibility to set reconcile strategy for Helm Release via CLI #2615

Closed
majoferenc opened this issue Apr 5, 2022 · 0 comments · Fixed by #2616
Closed

Feature Request: Possibility to set reconcile strategy for Helm Release via CLI #2615

majoferenc opened this issue Apr 5, 2022 · 0 comments · Fixed by #2616
Assignees
Labels
area/helm Helm related issues and pull requests enhancement New feature or request

Comments

@majoferenc
Copy link

majoferenc commented Apr 5, 2022

Hi all,

in our project we are using flux create helmrelease command for generating Flux Manifests file for our deployments. This generation is executed during one of the stage in our GitLab pipeline. Although we would like to have a possibility to set reconcileStrategy to Revision and set reconcileStrategy interval via this flux CLI command.

Generated Flux Manifest should looks like this:

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: microservice-1-0-0
  namespace: flux-system
spec:
  chart:
    spec:
      chart: chart-name
      sourceRef:
        kind: GitRepository
        name: helm-chart-repository
      interval: 1m
      reconcileStrategy: Revision

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm Helm related issues and pull requests enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants