-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathplugin-patch.yaml
32 lines (32 loc) · 944 Bytes
/
plugin-patch.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
apiVersion: spinnaker.armory.io/v1alpha2
kind: SpinnakerService
metadata:
name: spinnaker
namespace: spinnaker-armory
spec:
spinnakerConfig:
profiles:
orca:
spinnaker:
extensibility:
plugins:
Armory.RandomWaitPlugin:
version: 0.0.32
enabled: true
config:
defaultMaxWaitTime: 60
repositories:
examplePluginsRepo:
url: https://raw.githubusercontent.com/link108/spinnakerPluginExample/main/plugins.json
gate:
spinnaker:
extensibility:
deck-proxy:
enabled: true
plugins:
Armory.RandomWaitPlugin:
enabled: true
repositories:
examplePluginsRepo:
url: https://raw.githubusercontent.com/link108/spinnakerPluginExample/main/plugins.json