feat: secrets

This commit is contained in:
Steve Lowery 2024-01-05 09:59:42 -06:00
parent 77cb396f27
commit 2d0ae3c694
No known key found for this signature in database
GPG Key ID: 71D35D1685F85C02
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: guestbook-ui
type: Opaque
data:
GITHUB_TOKEN: bm90LWEtcmVhbC10b2tlbi1pZi1hbnlib2R5LWRlY29kZXMtdGhpcw==

View File

@ -28,3 +28,5 @@ spec:
envFrom:
- configMapRef:
name: guestbook-ui
- secretRef:
name: guestbook-ui