Skip to content

Commit

Permalink
Feature discovery (#252)
Browse files Browse the repository at this point in the history
* feat: updating operator and provider to version 0.5.3

* feat: update inventory operator configmap for exclude node variable use

* feat: adding AP_YES env variable to provider stateful set
  • Loading branch information
chainzero authored Mar 4, 2024
1 parent ea1c56e commit 3596fbc
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 3596fbc

Please sign in to comment.