Skip to content

Commit

Permalink
hide infisical operator from addon list (#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards authored May 2, 2024
1 parent 3ae6a07 commit c9344f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/lib/hooks/useAddon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export const useAddonList = ({
"monitoring",
"porter-agent-system",
"external-secrets",
"infisical-operator"
].includes(a.namespace ?? "");
});
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const RestrictedNamespaces = [
"monitoring",
"porter-agent-system",
"external-secrets",
"infisical-operator"
];

const templateBlacklist = ["web", "worker", "job", "umbrella"];
Expand Down

0 comments on commit c9344f4

Please sign in to comment.