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 }}"
|
||||
namespace: "{{ item.namespace }}"
|
||||
create_namespace: yes
|
||||
# wait: yes
|
||||
wait: yes
|
||||
kubeconfig: "{{ kubeconfig.path }}"
|
||||
values: "{{ item.setvalues | default(omit) }}"
|
||||
loop: "{{ helm.charts }}"
|
||||
throttle: 1
|
||||
|
||||
|
@ -41,6 +41,9 @@ helm:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
# gitea:
|
||||
# admin:
|
||||
# #existingSecret: gitea-admin-secret
|
||||
|
Loading…
Reference in New Issue
Block a user