Skip to content

Instantly share code, notes, and snippets.

@AlexandreRoba
Created December 8, 2020 13:11
Show Gist options
  • Save AlexandreRoba/b02fc0b9930d62b0415f6272db62e6d3 to your computer and use it in GitHub Desktop.
Save AlexandreRoba/b02fc0b9930d62b0415f6272db62e6d3 to your computer and use it in GitHub Desktop.
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
name: hophopapi
namespace: hophop
annotations:
fluxcd.io/automated: "true"
filter.fluxcd.io/chart-image: glob:0.0.0-*
tag.fluxcd.io/app: image.tag
repository.fluxcd.io/app: image.repository
spec:
releaseName: hophopapi
chart:
git: xxxxxxxxx
path: xxxxxxxx
ref: master
values:
image:
pullSecret: xxxxxxxxx
repository: xxxxxxxxx
tag: 0.0.0-50-3cefdc69
replicaCount: 1
conf:
xxxxxxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment