mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
This commit migrate to the last version of pkg/ssa v0.14.1 that contains a fix
for stringData secrets. The test case was changed accordingly to
validate a stringData drift.
A progress-bar flag option has also been added in order to be able to
disable it.
Signed-off-by: Soule BA <soule@weave.works>
12 lines
303 B
YAML
12 lines
303 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
labels:
|
|
kustomize.toolkit.fluxcd.io/name: podinfo
|
|
kustomize.toolkit.fluxcd.io/namespace: {{ .fluxns }}
|
|
name: secret-basic-auth-stringdata
|
|
namespace: default
|
|
stringData:
|
|
password: KipTT1BTKio=
|
|
username1: KipTT1BTKio=
|
|
type: kubernetes.io/basic-auth
|