Clean up wallabag chart

This commit is contained in:
Marcus Noble 2022-05-07 08:40:11 +00:00
parent 40f851e0b5
commit 39542c7912
2 changed files with 1 additions and 69 deletions

View File

@ -21,71 +21,4 @@ spec:
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
# ---
# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: wallabag-chart
# namespace: argocd
# finalizers:
# - resources-finalizer.argocd.argoproj.io
# spec:
# project: cluster.fun
# destination:
# namespace: wallabag
# name: cluster-fun (scaleway)
# source:
# repoURL: 'https://k8s-at-home.com/charts/'
# targetRevision: 4.1.1
# chart: wallabag
# helm:
# version: v3
# values: |-
# env:
# TZ: UTC
# MYSQL_ROOT_PASSWORD: wallabag-rootpass
# SYMFONY__ENV__DOMAIN_NAME: https://wallabag.cluster.fun
# SYMFONY__ENV__FOSUSER_REGISTRATION: false
# SYMFONY__ENV__DATABASE_DRIVER: pdo_mysql
# SYMFONY__ENV__DATABASE_DRIVER_CLASS: ~
# SYMFONY__ENV__DATABASE_HOST: wallabag-chart-mariadb.wallabag.svc
# SYMFONY__ENV__DATABASE_PORT: 3306
# SYMFONY__ENV__DATABASE_NAME: wallabag
# SYMFONY__ENV__DATABASE_USER: wallabag
# SYMFONY__ENV__DATABASE_PASSWORD: wallabag-pass
# SYMFONY__ENV__DATABASE_PATH: ~
# SYMFONY__ENV__DATABASE_TABLE_PREFIX: wallabag_
# SYMFONY__ENV__DATABASE_SOCKET: ~
# SYMFONY__ENV__DATABASE_CHARSET: utf8mb4
# SYMFONY__ENV__LOCALE: en
# ingress:
# main:
# enabled: true
# annotations:
# cert-manager.io/cluster-issuer: letsencrypt
# nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
# tls:
# - hosts:
# - wallabag.cluster.fun
# secretName: wallabag-ingress
# hosts:
# - host: wallabag.cluster.fun
# paths:
# - path: /
# pathType: ImplementationSpecific
# mariadb:
# enabled: true
# architecture: standalone
# auth:
# database: wallabag
# username: wallabag
# password: wallabag-pass
# rootPassword: wallabag-rootpass
# primary:
# persistence:
# enabled: true
# redis:
# enabled: false
# syncPolicy:
# automated: {}
- /data

View File

@ -27,7 +27,6 @@ spec:
selector:
app.kubernetes.io/name: wallabag
---
apiVersion: batch/v1
kind: Job
metadata: