Skip to content

Commit

Permalink
chore: final outline fixes (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Nov 11, 2024
1 parent f25afe2 commit f69f410
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/modules/1password/account/k8s-secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ resource "onepassword_item" "grafana_oauth_client_secret" {
}

resource "random_password" "outline_secret_key" {
length = 40
length = 64
special = false
}

Expand Down
2 changes: 2 additions & 0 deletions kubernetes/apps/authentication/dexidp/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
name: hedgedoc-oauth
- secretRef:
name: grafana-oauth
- secretRef:
name: outline-oauth
ingress:
enabled: true
className: nginx
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/tools/outline/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
app:
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: &host "outline.immich.cloud"
paths:
Expand Down

0 comments on commit f69f410

Please sign in to comment.