Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add(docs): add armory cloud patch #140

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions core_config/patch-armory-cloud.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: spinnaker.armory.io/v1alpha2
kind: SpinnakerService
metadata:
name: spinnaker
spec:
spinnakerConfig:
profiles:
gate:
armory.cloud:
enabled: true
iam:
tokenIssuerUrl: https://auth.cloud.armory.io/oauth/token
clientId: <clientId>
clientSecret: <clientSecret>
api:
baseUrl: https://api.cloud.armory.io
# The following hub parameters are optional and only needed if you are using features that require Armory's hosted cloud services.
hub:
baseUrl: https://api.cloud.armory.io/agents
grpc:
host: agents.cloud.armory.io
port: 443
tls:
insecureSkipVerify: true
1 change: 1 addition & 0 deletions recipes/kustomization-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ patchesStrategicMerge:
- core_config/patch-features.yml ## (Optional) adjust features of the deployment {sometimes new features are locked behind feature flags}
- core_config/patch-version.yml ## Set the deployed Spinnaker version
- core_config/patch-deck.yml
# - core_config/patch-armory-cloud.yml
# - core_config/patch-componentsizing.yml ## Set resource requests and limits

# Plugins
Expand Down