Migrate to the stack theme
This commit is contained in:
@ -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:
|
||||
|
@ -14,7 +14,7 @@ values: |
|
||||
settings:
|
||||
secret: $ARGO_REMARK_SECRET
|
||||
admin:
|
||||
sharedEmail: allanger@zohomail.com
|
||||
sharedEmail: allanger@badhouseplants.net
|
||||
oauth:
|
||||
github:
|
||||
enabled: true
|
||||
|
@ -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'
|
||||
|
Reference in New Issue
Block a user