Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Nov 10, 2023
1 parent c6ae946 commit ff3ce29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions helm/crds/applications.langstream.ai-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
type: string
imagePullPolicy:
type: string
options:
type: string
tenant:
type: string
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private static String getKey(String tenant, String applicationId) {
}

@Override
public void delete(String tenant, String applicationId) {
public void delete(String tenant, String applicationId, boolean force) {
APPLICATIONS.remove(getKey(tenant, applicationId));
SECRETS.remove(getKey(tenant, applicationId));
}
Expand Down

0 comments on commit ff3ce29

Please sign in to comment.