update gitea-infisical
This commit is contained in:
@@ -80,7 +80,6 @@ extraContainerVolumeMounts:
|
|||||||
# fi
|
# fi
|
||||||
# EOF
|
# EOF
|
||||||
|
|
||||||
|
|
||||||
## pod 설정
|
## pod 설정
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
@@ -104,9 +103,8 @@ persistence:
|
|||||||
## 같은 네임스페이스에 postgresql 배포 가정
|
## 같은 네임스페이스에 postgresql 배포 가정
|
||||||
gitea:
|
gitea:
|
||||||
admin:
|
admin:
|
||||||
username: sudouser
|
existingSecret: gitea-user-secret
|
||||||
password: password
|
email: "tech@paasup.io"
|
||||||
email: "sudouser@cro.com"
|
|
||||||
config:
|
config:
|
||||||
APP_NAME: paasup git
|
APP_NAME: paasup git
|
||||||
RUN_MODE: prod
|
RUN_MODE: prod
|
||||||
@@ -131,4 +129,3 @@ gitea:
|
|||||||
DEFAULT_ALLOW_CREATE_ORGANIZATION: true
|
DEFAULT_ALLOW_CREATE_ORGANIZATION: true
|
||||||
repository:
|
repository:
|
||||||
DEFAULT_BRANCH: master
|
DEFAULT_BRANCH: master
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
apiVersion: secrets.infisical.com/v1alpha1
|
||||||
|
kind: InfisicalSecret
|
||||||
|
metadata:
|
||||||
|
name: infisicalsecret-git
|
||||||
|
namespace: infisical
|
||||||
|
labels:
|
||||||
|
label-to-be-passed-to-managed-secret: test-git-secret
|
||||||
|
annotations:
|
||||||
|
example.com/annotation-to-be-passed-to-managed-secret: "test-git-secret"
|
||||||
|
spec:
|
||||||
|
hostAPI: http://infisical-infisical-standalone-infisical.infisical.svc.cluster.local:8080/api
|
||||||
|
resyncInterval: 10
|
||||||
|
authentication:
|
||||||
|
kubernetesAuth:
|
||||||
|
identityId: 5ffaf885-7df2-4c75-a3a5-292a996aa3d7
|
||||||
|
serviceAccountRef:
|
||||||
|
name: infisical-auth
|
||||||
|
namespace: infisical
|
||||||
|
secretsScope:
|
||||||
|
projectSlug: project1-9j-pp
|
||||||
|
envSlug: dev
|
||||||
|
secretsPath: "/system/gitea"
|
||||||
|
recursive: true
|
||||||
|
managedSecretReference:
|
||||||
|
secretName: test-git-secret
|
||||||
|
secretNamespace: test-git
|
||||||
|
creationPolicy: "Orphan" ## Owner | Orphan
|
||||||
Reference in New Issue
Block a user