Add spinnaker-operator manifests
This commit is contained in:
parent
3ecef05e54
commit
445312f356
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: armory
|
||||
namespace: cicd
|
||||
spec:
|
||||
interval: 1m0s
|
||||
url: https://armory.jfrog.io/artifactory/charts/
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: spinnaker
|
||||
namespace: cicd
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: armory-spinnaker-operator
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: armory
|
||||
version: 1.8.11
|
||||
interval: 1m0s
|
Loading…
Reference in New Issue