Migrate to the stack theme

This commit is contained in:
2024-02-13 15:33:11 +01:00
parent b98dc56fb3
commit b2b29a6f0f
143 changed files with 297 additions and 1363 deletions

View File

@ -9,7 +9,7 @@ metadata:
namespace: argo-system
spec:
destination:
namespace: badhouseplants-$ARGO_APP_BRANCH
namespace: badhouseplants-$ARGO_APP_NAMESPACE
server: https://kubernetes.default.svc
project: badhouseplants
source:

View File

@ -14,7 +14,7 @@ values: |
settings:
secret: $ARGO_REMARK_SECRET
admin:
sharedEmail: allanger@zohomail.com
sharedEmail: allanger@badhouseplants.net
oauth:
github:
enabled: true

View File

@ -1,9 +1,5 @@
---
values: |
namespace:
name: badhouseplants-$ARGO_APP_BRANCH
labels:
istio-injection: disabled
istio:
hosts:
- $ARGO_APP_HOSTNAME
@ -18,7 +14,7 @@ values: |
buildDrafts: true
env:
HUGO_PARAMS_GITBRANCH: $ARGO_APP_BRANCH
HUGO_PARAMS_REMARK42URL: https://remark42-$ARGO_APP_HOSTNAME
HUGO_PARAMS_COMMENTS_REMARK42_HOST: https://remark42-$ARGO_APP_HOSTNAME
HUGO_PARAMS_GITCOMMIT: $ARGO_APP_IMAGE_TAG
remark42:
istio:
@ -30,4 +26,4 @@ values: |
anonymous: true
secretKey: $ARGO_REMARK_SECRET
rclone:
command: 'rclone copy -P badhouseplants-public:/badhouseplants-net/$ARGO_APP_IMAGE_TAG /static'
command: 'rclone copy -P badhouseplants-public:/badhouseplants-net/$ARGO_APP_IMAGE_TAG /assets'