--- 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 install: remediation: retries: 3 upgrade: remediation: retries: 3 values: spinnakerService: enabled: true spinnakerConfig: config: version: 1.33.0 persistentStorage: persistentStoreType: s3 # Spinnaker stores application and pipeline definitions here # Create an S3 bucket and provide the name here s3: bucket: ob-spinnaker-artifacts-dev rootFolder: front50 # spec.expose - This section defines how Spinnaker should be publicly exposed # expose: # # Kubernetes LoadBalancer type (service/ingress) # # Only "service" is supported for now # type: service # service: # type: LoadBalancer