Skip to content

Commit

Permalink
fix apiGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthyx committed May 25, 2021
1 parent dba32e5 commit 7842159
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 7842159

Please sign in to comment.