You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HumioRepository resource has a allowDataDeletion field that is used to prevent accidental deletion. We should add a similar field to other content assets that are managed by the operator. An example of this is the ingest tokens, as deleting a ingest token on the k8s side will result in deleting the ingest token on the LogScale side, but if it's an accidental deletion it can no longer reconcile because the token values will no longer be the same.
For the ingest token example, we should not delete the secret either if the allow deletion attribute is false.
The text was updated successfully, but these errors were encountered:
The HumioRepository resource has a
allowDataDeletion
field that is used to prevent accidental deletion. We should add a similar field to other content assets that are managed by the operator. An example of this is the ingest tokens, as deleting a ingest token on the k8s side will result in deleting the ingest token on the LogScale side, but if it's an accidental deletion it can no longer reconcile because the token values will no longer be the same.For the ingest token example, we should not delete the secret either if the allow deletion attribute is false.
The text was updated successfully, but these errors were encountered: