Retry with specific storageclass
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
80d348b572
commit
111c06ce05
@ -215,7 +215,9 @@
|
|||||||
chart_ref: "{{ item.ref }}"
|
chart_ref: "{{ item.ref }}"
|
||||||
namespace: "{{ item.namespace }}"
|
namespace: "{{ item.namespace }}"
|
||||||
create_namespace: yes
|
create_namespace: yes
|
||||||
# wait: yes
|
wait: yes
|
||||||
kubeconfig: "{{ kubeconfig.path }}"
|
kubeconfig: "{{ kubeconfig.path }}"
|
||||||
values: "{{ item.setvalues | default(omit) }}"
|
values: "{{ item.setvalues | default(omit) }}"
|
||||||
loop: "{{ helm.charts }}"
|
loop: "{{ helm.charts }}"
|
||||||
|
throttle: 1
|
||||||
|
|
||||||
|
@ -41,6 +41,9 @@ helm:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClass: longhorn
|
||||||
# gitea:
|
# gitea:
|
||||||
# admin:
|
# admin:
|
||||||
# #existingSecret: gitea-admin-secret
|
# #existingSecret: gitea-admin-secret
|
||||||
|
Loading…
Reference in New Issue
Block a user