Skip to content

Commit

Permalink
Additional WikiJS rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Oct 18, 2023
1 parent add1fa3 commit 1c912ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
14 changes: 7 additions & 7 deletions manifests/workloads/wikijs/application.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sealed-secrets
name: wikijs
namespace: argocd
spec:
destination:
namespace: kube-system
namespace: wikijs
server: https://kubernetes.default.svc
project: default
sources:
# Git Repo Deployment
- path: manifests/bootstrapping-onprem/sealed-secrets
- path: manifests/workloads/wikijs
repoURL: https://github.com/danmanners/homelab-kube-cluster.git
targetRevision: main
# Helm Repo Ref
- repoURL: https://github.com/danmanners/homelab-kube-cluster.git
targetRevision: main
ref: values
# Helm Chart Deployment
- chart: sealed-secrets
repoURL: https://bitnami-labs.github.io/sealed-secrets
targetRevision: 2.13.1
- chart: app-template
repoURL: https://bjw-s.github.io/helm-charts
targetRevision: 2.0.3
helm:
valueFiles:
- $values/manifests/bootstrapping-onprem/sealed-secrets/values.yaml
- $values/manifests/workloads/wikijs/values.yaml
syncPolicy:
automated:
prune: true
Expand Down
9 changes: 1 addition & 8 deletions manifests/workloads/wikijs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: wikijs

helmCharts:
- name: app-template
releaseName: wikijs
namespace: wikijs
repo: https://bjw-s.github.io/helm-charts
version: 2.0.3
valuesFile: values.yaml

resources:
- namespace.yaml
- application.yaml
- db-secrets.sealed.yaml

0 comments on commit 1c912ce

Please sign in to comment.