DS
Size: a a a
DS
HC
HC
DS
С
HC
DS
DS
DS
А
А
DS
А
А
R
DS
S
{{- define "vault" }}
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/agent-inject-secret-db-creds: test
vault.hashicorp.com/agent-inject-template-db-creds: |-
{{`{
{{- with secret "postgres/creds/smr" -}}
"db_connection": "postgresql://{{ .Data.username }}:{{ .Data.password }}@postgres:5432/wizard"
{{- end }}
}
`}}
{{- end }}
S
А
DS
{{- define "vault" }}
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/agent-inject-secret-db-creds: test
vault.hashicorp.com/agent-inject-template-db-creds: |-
{{`{
{{- with secret "postgres/creds/smr" -}}
"db_connection": "postgresql://{{ .Data.username }}:{{ .Data.password }}@postgres:5432/wizard"
{{- end }}
}
`}}
{{- end }}
{{` какой угодно шаблон который не нужно рендерить `}}