Skip to content

Instantly share code, notes, and snippets.

@dmyerscough
Last active April 18, 2022 03:39
Show Gist options
  • Save dmyerscough/f042bcfb5215f1966340fd99d1e3ad91 to your computer and use it in GitHub Desktop.
Save dmyerscough/f042bcfb5215f1966340fd99d1e3ad91 to your computer and use it in GitHub Desktop.
FluxCD HelmRelease definition
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: angi-helloworld
namespace: angi
spec:
interval: 1m
releaseName: angi-helloworld
chart:
spec:
chart: charts/angi-helloworld
sourceRef:
kind: GitRepository
name: angi-helloworld
values:
image:
tag: 0.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment