Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable prune on plex helm chart #55

Merged
merged 1 commit into from
Feb 26, 2024
Merged

disable prune on plex helm chart #55

merged 1 commit into from
Feb 26, 2024

Conversation

jgilfoil
Copy link
Owner

plex was working and then uninstall itself according to flux logs:

2024-02-26T22:46:15.895Z info HelmRelease/plex.media - running 'install' action with timeout of 5m0s 2024-02-26T22:51:16.789Z info HelmRelease/plex.media - release is in a failed state

plex was working and then uninstall itself according to flux logs:

2024-02-26T22:46:15.895Z info HelmRelease/plex.media - running 'install' action with timeout of 5m0s
2024-02-26T22:51:16.789Z info HelmRelease/plex.media - release is in a failed state
Copy link

--- kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/plex

+++ kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/plex

@@ -31,13 +31,13 @@

     - kind: ConfigMap
       name: cluster-settings-user
       optional: true
     - kind: Secret
       name: cluster-secrets-user
       optional: true
-  prune: true
+  prune: false
   retryInterval: 5m30s
   sourceRef:
     kind: GitRepository
     name: home-kubernetes
   targetNamespace: media
   timeout: 5m

@jgilfoil jgilfoil merged commit 02d0776 into main Feb 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant