Skip to content

Commit

Permalink
fix apiGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthyx authored and manusa committed May 20, 2021
1 parent 95e8fde commit 448699b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class CertManagerExtensionAdapter extends ExtensionAdapterSupport impleme

static final ConcurrentMap<URL, Boolean> IS_VOLUME_SNAPSHOT = new ConcurrentHashMap<>();
static final ConcurrentMap<URL, Boolean> USES_VOLUME_SNAPSHOT_APIGROUPS = new ConcurrentHashMap<>();
public static final String API_GROUP = "snapshot.storage.k8s.io";
public static final String API_GROUP = "cert-manager.io";

@Override
public Class<CertManagerClient> getExtensionType() {
Expand Down

0 comments on commit 448699b

Please sign in to comment.