Skip to content

Commit

Permalink
feat: archive shlink
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Mar 23, 2024
1 parent 6fa75ac commit 6283aff
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 200 deletions.
8 changes: 4 additions & 4 deletions docs/src/notes/secret-variations-with-flux.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ envFrom:
```

```admonish example
View example [Helm Release](https://ln.devbu.io/ngLju) and corresponding [Secret](https://ln.devbu.io/ULgnl).
View example [Helm Release](https://github.com/onedr0p/home-ops/blob/782ec8c15cacc17329aec08841380aba134794a1/cluster/apps/default/home-assistant/helm-release.yaml) and corresponding [Secret](https://github.com/onedr0p/home-ops/blob/782ec8c15cacc17329aec08841380aba134794a1/cluster/apps/default/home-assistant/secret.sops.yaml).
```

### Method 2: `env.valueFrom`
Expand All @@ -48,7 +48,7 @@ env:
```

```admonish example
View example [Helm Release](https://ln.devbu.io/0lbMT) and corresponding [Secret](https://ln.devbu.io/KYjhP).
View example [Helm Release](https://github.com/onedr0p/home-ops/blob/782ec8c15cacc17329aec08841380aba134794a1/cluster/apps/networking/external-dns/helm-release.yaml) and corresponding [Secret](https://github.com/onedr0p/home-ops/blob/782ec8c15cacc17329aec08841380aba134794a1/cluster/apps/networking/external-dns/secret.sops.yaml).
```

### Method 3: `spec.valuesFrom`
Expand All @@ -66,7 +66,7 @@ valuesFrom:
```

```admonish example
View example [Helm Release](https://ln.devbu.io/ARdun) and corresponding [Secret](https://ln.devbu.io/hNef8).
View example [Helm Release](https://github.com/onedr0p/home-ops/blob/782ec8c15cacc17329aec08841380aba134794a1/cluster/apps/default/emqx/helm-release.yaml) and corresponding [Secret](https://github.com/onedr0p/home-ops/blob/782ec8c15cacc17329aec08841380aba134794a1/cluster/apps/default/emqx/secret.sops.yaml).
```

### Method 4: Variable Substitution with Flux
Expand Down Expand Up @@ -100,7 +100,7 @@ spec:
```

```admonish example
View example [Fluxtomization](https://ln.devbu.io/ZMbfI), [Helm Release](https://ln.devbu.io/y6DJS), and corresponding [Secret](https://ln.devbu.io/kRoHj).
View example [Fluxtomization](https://github.com/onedr0p/home-ops/blob/782ec8c15cacc17329aec08841380aba134794a1/cluster/flux/apps.yaml), [Helm Release](https://github.com/onedr0p/home-ops/blob/782ec8c15cacc17329aec08841380aba134794a1/cluster/apps/monitoring/kube-prometheus-stack/helm-release.yaml), and corresponding [Secret](https://github.com/onedr0p/home-ops/blob/782ec8c15cacc17329aec08841380aba134794a1/cluster/config/cluster-secrets.sops.yaml).
```

## Final Thoughts
Expand Down
1 change: 0 additions & 1 deletion kubernetes/main/apps/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ resources:
- ./recyclarr/ks.yaml
- ./rtlamr2mqtt/ks.yaml
- ./sabnzbd/ks.yaml
- ./shlink/ks.yaml
- ./smtp-relay/ks.yaml
- ./sonarr/ks.yaml
- ./tautulli/ks.yaml
Expand Down
35 changes: 0 additions & 35 deletions kubernetes/main/apps/default/shlink/app/externalsecret.yaml

This file was deleted.

123 changes: 0 additions & 123 deletions kubernetes/main/apps/default/shlink/app/helmrelease.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions kubernetes/main/apps/default/shlink/app/kustomization.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions kubernetes/main/apps/default/shlink/ks.yaml

This file was deleted.

0 comments on commit 6283aff

Please sign in to comment.