-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
49 lines (37 loc) · 1.42 KB
/
config.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
options:
access-key:
description: |
An IAM access key.
It is strongly recommended that you use 'juju trust' instead, if available.
type: string
default: ""
secret-key:
description: |
An IAM secret key.
It is strongly recommended that you use 'juju trust' instead, if available.
type: string
default: ""
image-registry:
type: string
default: "public.ecr.aws"
description: |
Source registry of aws images.
By setting to a value, each image listed in the releases manifest
has its image-registry replaced.
If unset, the manifests will use the image registry from the kube-control relation
example)
juju config aws-k8s-storage image-registry=''
juju config aws-k8s-storage --reset image-registry
storage-release:
type: string
description: |
Specify the version of storage-provider as defined by the `release`
tags of https://github.com/kubernetes-sigs/aws-ebs-csi-driver
example)
juju config aws-k8s-storage storage-release='v1.11.2'
A list of supported versions is available through the action:
juju run-action aws-k8s-storage/0 list-releases --wait
To reset by to the latest supported by the charm use:
juju config aws-k8s-storage --reset storage-release
The current release deployed is available by viewing
juju status aws-k8s-storage