Skip to content

Commit

Permalink
Added a flag to disable sampleapp auto-install in the halyard-hook. (#…
Browse files Browse the repository at this point in the history
…194)

* Fix changes for SAML support, tested with OKTA

* Changed gate, sapor and platform CM to secret

* Added a flag to disable sampleapp autoinstall, for use in upgrades
  • Loading branch information
ksrinimba authored Sep 18, 2021
1 parent 0c7e81a commit d9e68db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: status.hostIP
{{- if .Values.autoInstallSampleApps }}
- command:
- bash
- /tmp/config/spin-pipeline-import.sh
Expand All @@ -162,6 +163,7 @@ spec:
name: spin-pipeline-import
- mountPath: /tmp/config/spin
name: spin-config
{{- end }}



1 change: 1 addition & 0 deletions charts/oes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ spinnaker:

## Centralized Monitoring enable for Prometheus
enableCentralMonitoring: false
autoInstallSampleApps: true # Set this to FALSE if upgrading

# Initialize gitOps style Halyard
gitopsHalyard:
Expand Down

0 comments on commit d9e68db

Please sign in to comment.