You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try using this Chart with custom image repositories (I need them, because my k8s runs on ARM64 devices). The documented configuration parameters powerdns.image.repository and powerdnsadmin.image.repository do not work. Looking into the chart I figured out that powerdns.image.repository needs to be changed into image.repository and powerdnsadmin.image.repository into admin.image.repository.
Furthermore the default value for mariadb.persistence.enabled changed from true to false which is not reflected in the documentation.
The text was updated successfully, but these errors were encountered:
Hi,
I try using this Chart with custom image repositories (I need them, because my k8s runs on ARM64 devices). The documented configuration parameters
powerdns.image.repository
andpowerdnsadmin.image.repository
do not work. Looking into the chart I figured out thatpowerdns.image.repository
needs to be changed intoimage.repository
andpowerdnsadmin.image.repository
intoadmin.image.repository
.Furthermore the default value for
mariadb.persistence.enabled
changed from true to false which is not reflected in the documentation.The text was updated successfully, but these errors were encountered: