init
This commit is contained in:
14
manifests/devops/gitea-admin-secret.yaml
Normal file
14
manifests/devops/gitea-admin-secret.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# https://kubernetes.io/docs/concepts/configuration/secret/
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: gitea-admin
|
||||
namespace: devops
|
||||
type: Opaque
|
||||
stringData:
|
||||
username: admin
|
||||
password: SuperSecertPassword1234
|
||||
# Example:
|
||||
# password: {{ .Values.password | b64enc }}
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user