@@ -81,7 +81,7 @@ $ make deploy-kubernetes
81
81
```
82
82
or
83
83
```
84
- $ kubectl apply -f deployments/kubernetes/v1.24 .0
84
+ $ kubectl apply -f deployments/kubernetes/v1.30 .0
85
85
```
86
86
87
87
#### From the helm chart
@@ -102,8 +102,8 @@ $ make deploy-kubernetes
102
102
```
103
103
or
104
104
```
105
- $ kubectl apply -f https://raw.githubusercontent.com/CleverCloud/clever-operator/main/deployments/kubernetes/v1.24 .0/10-custom-resource-definition.yaml
106
- $ kubectl apply -f https://raw.githubusercontent.com/CleverCloud/clever-operator/main/deployments/kubernetes/v1.24 .0/20-deployment.yaml
105
+ $ kubectl apply -f https://raw.githubusercontent.com/CleverCloud/clever-operator/main/deployments/kubernetes/v1.30 .0/10-custom-resource-definition.yaml
106
+ $ kubectl apply -f https://raw.githubusercontent.com/CleverCloud/clever-operator/main/deployments/kubernetes/v1.30 .0/20-deployment.yaml
107
107
```
108
108
109
109
## Configuration
@@ -115,18 +115,14 @@ configurations could be provided through a ConfigMap, a Secret or by the environ
115
115
116
116
Environment variables are:
117
117
118
- | Name | Kind | Default | Required | Description |
119
- | ------------------------------------- | --------------- | ------------------------------ | -------- | ----------- |
120
- | ` CLEVER_OPERATOR_OPERATOR_LISTEN ` | ` SocketAddress ` | ` 0.0.0.0:7080 ` | yes | |
121
- | ` CLEVER_OPERATOR_API_ENDPOINT ` | ` Url ` | ` https://api.clever-cloud.com ` | yes | |
122
- | ` CLEVER_OPERATOR_API_SECRET ` | ` String ` | none | yes | |
123
- | ` CLEVER_OPERATOR_API_TOKEN ` | ` String ` | none | yes | |
124
- | ` CLEVER_OPERATOR_API_CONSUMER_KEY ` | ` String ` | none | yes | |
125
- | ` CLEVER_OPERATOR_API_CONSUMER_SECRET ` | ` String ` | none | yes | |
126
- | ` CLEVER_OPERATOR_SENTRY_DSN ` | ` Url ` | none | no | |
127
- | ` CLEVER_OPERATOR_JAEGER_ENDPOINT ` | ` Url ` | none | no | |
128
- | ` CLEVER_OPERATOR_JAEGER_USER ` | ` String ` | none | no | |
129
- | ` CLEVER_OPERATOR_JAEGER_PASSWORD ` | ` String ` | none | no | |
118
+ | Name | Kind | Default | Required | Description |
119
+ | ------------------------------------- | --------------- | ------------------------------ | ----------| -------------------------------------------------------------------|
120
+ | ` CLEVER_OPERATOR_OPERATOR_LISTEN ` | ` SocketAddress ` | ` 0.0.0.0:7080 ` | yes | |
121
+ | ` CLEVER_OPERATOR_API_ENDPOINT ` | ` Url ` | ` https://api.clever-cloud.com ` | yes | |
122
+ | ` CLEVER_OPERATOR_API_SECRET ` | ` String ` | none | false | |
123
+ | ` CLEVER_OPERATOR_API_TOKEN ` | ` String ` | none | yes | if used alone, we assume that we are using oauthless auth backend |
124
+ | ` CLEVER_OPERATOR_API_CONSUMER_KEY ` | ` String ` | none | false | |
125
+ | ` CLEVER_OPERATOR_API_CONSUMER_SECRET ` | ` String ` | none | false | |
130
126
131
127
By default, if the ` --config ` flag is not provided to the binary, the operator will look at the following paths to
132
128
retrieve its configuration:
@@ -140,7 +136,7 @@ retrieve its configuration:
140
136
### Namespace
141
137
142
138
It is possible to override configuration to connect the Clever Cloud's api through a ` Secret ` named ` clever-operator ` and using the ` config ` key.
143
- Only available configuration keys are ` api ` and ` proxy ` from the [ ` Configuration ` ] ( config.sample.toml ) .
139
+ Only available configuration keys is ` api ` from the [ ` Configuration ` ] ( config.sample.toml ) .
144
140
145
141
## License
146
142
0 commit comments