Skip to content

Commit

Permalink
feat: adding AP_YES env variable to provider stateful set
Browse files Browse the repository at this point in the history
  • Loading branch information
chainzero committed Mar 4, 2024
1 parent f7399e5 commit 45f0fe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/akash-provider/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
env:
- name: AKASH_DEBUG
value: "{{ $.Values.debug }}"
- name: AP_YES
value: "true"
##
# boot config
##
Expand Down

0 comments on commit 45f0fe8

Please sign in to comment.