Last active
April 29, 2020 15:24
-
-
Save alexellis/a83345bcfd6a822b47c41418e22a4d2d to your computer and use it in GitHub Desktop.
functions.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: helm.fluxcd.io/v1 | |
kind: HelmRelease | |
metadata: | |
name: functions | |
namespace: openfaas-fn | |
annotations: | |
fluxcd.io/ignore: "false" | |
fluxcd.io/automated: "false" | |
filter.fluxcd.io/certinfo: semver:~1.0 | |
filter.fluxcd.io/podinfo: semver:~3.1 | |
spec: | |
releaseName: functions | |
chart: | |
git: [email protected]:alexellis/openfaas-flux | |
ref: master | |
path: functions | |
values: | |
certinfo: | |
image: stefanprodan/certinfo:1.0.0 | |
podinfo: | |
image: stefanprodan/podinfo:3.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: helm.fluxcd.io/v1 | |
kind: HelmRelease | |
metadata: | |
name: functions | |
namespace: openfaas-fn | |
annotations: | |
fluxcd.io/automated: "true" | |
filter.fluxcd.io/certinfo: semver:~1.0 | |
filter.fluxcd.io/podinfo: semver:~3.1 | |
spec: | |
releaseName: functions | |
chart: | |
git: [email protected]:stefanprodan/openfaas-flux | |
ref: master | |
path: functions | |
values: | |
certinfo: | |
image: stefanprodan/certinfo:1.0.0 | |
podinfo: | |
image: stefanprodan/podinfo:3.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment