How to use quarkus.kubernetes-config.secrets.enabled in application.yml? How to use quarkus.kubernetes-config.secrets.enabled in application.yml? kubernetes kubernetes

How to use quarkus.kubernetes-config.secrets.enabled in application.yml?


I think this is just about how to write the correct YAML. It should be:

quarkus:    application:        name: pi-quarkus-fund-persistence-service    kubernetes-config:        enabled: true        fail-on-missing-config: false        config-maps: pi-quarkus-fund-persistence-service-configmap        secrets:            ~: pi-quarkus-fund-persistence-service-secrets            enabled: true

In retrospect, quarkus.kubernetes-config.secrets.enabled wasn't the best choice for this config property, sorry about that :-(