File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
dev/preview/workflow/preview Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,23 @@ function installFluentBit {
200
200
upgrade --install fluent-bit fluent/fluent-bit --version 0.21.6 -n " ${PREVIEW_NAMESPACE} " -f " $ROOT /.werft/vm/charts/fluentbit/values.yaml"
201
201
}
202
202
203
+ function installTrustManager {
204
+ helm3 \
205
+ --kubeconfig " ${PREVIEW_K3S_KUBE_PATH} " \
206
+ --kube-context " ${PREVIEW_K3S_KUBE_CONTEXT} " \
207
+ repo add jetstack https://charts.jetstack.io
208
+
209
+ helm3 \
210
+ --kubeconfig " ${PREVIEW_K3S_KUBE_PATH} " \
211
+ --kube-context " ${PREVIEW_K3S_KUBE_CONTEXT} " \
212
+ repo update
213
+
214
+ helm3 \
215
+ --kubeconfig " ${PREVIEW_K3S_KUBE_PATH} " \
216
+ --kube-context " ${PREVIEW_K3S_KUBE_CONTEXT} " \
217
+ upgrade --install --namespace cert-manager trust-manager jetstack/trust-manager --wait
218
+ }
219
+
203
220
# ====================================
204
221
# Prerequisites
205
222
# ====================================
222
239
copyImagePullSecret
223
240
installRookCeph
224
241
installFluentBit
242
+ installTrustManager
225
243
226
244
# ========
227
245
# Init
You can’t perform that action at this time.
0 commit comments