Initial upload
This commit is contained in:
parent
ac3dd9611a
commit
9505384cec
5 changed files with 53 additions and 4 deletions
|
|
@ -13,6 +13,16 @@ test:
|
|||
enabled: false
|
||||
|
||||
gitea:
|
||||
additionalConfigFromEnvs:
|
||||
- name: FORGEJO__APP_NAME
|
||||
value: EDP Forgejo
|
||||
- name: FORGEJO__APP_SLOGAN
|
||||
value: Welcome to the Forgejo
|
||||
# - name: ENV_TO_INI__DATABASE__PASSWD
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: postgres-secret
|
||||
# key: password
|
||||
admin:
|
||||
existingSecret: gitea-credential
|
||||
config:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argocd
|
||||
name: vector
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue