feat(vmuser): use secret instead of hardcoded value for authentication

This commit is contained in:
franz.germann 2025-08-18 10:38:08 +02:00
parent 2eab9bd80b
commit 47c16eeafd
2 changed files with 4 additions and 11 deletions

View file

@ -1,9 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: simple-user-secret
namespace: observability
type: Opaque
stringData:
username: simple-user
password: simple-password

View file

@ -5,7 +5,9 @@ metadata:
namespace: observability
spec:
username: simple-user
password: simple-password
passwordRef:
key: password
name: simple-user-secret
targetRefs:
- static:
url: http://vmsingle-o12y:8429