Score:0

How to update configmap entries with hashicorp vault?

ke flag

I have a config map like this:

apiVersion: v1
kind: ConfigMap
metadata:
  name: database-configmap
data:
  config: |
   dbport=5432
   dcname=
   dbssl=false
   locktime=300
   domainuser=
   conntype=ON-PREM
   dbinstance=
   dbpwd=VrjvBguQB7+FHIwBKV
   iisport=80
   docountupgrade=false
   doreportupgrade=false
   dbname=testdatabase
   martuseiis=false
   dbtype=POSTGRESQL
   dbusername=postgres
   domainpwd=

Now, we want to implement vault. But as I check, able to create secrets and mount as file in vault. But, how to link here, I mean the internal fields, csi provider documentation is not helping. Please guide me on this

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.