Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Verify that the namespaces containing your HTTPRoutes are in the list.

3. **Verify Gateway has cert-manager annotations**:
```bash
kubectl get gateway -n kubermatic -o jsonpath='{.metadata.annotations}'
kubectl get gateway -n kubermatic kubermatic -o jsonpath='{.metadata.annotations}'
```
Should show either `cert-manager.io/cluster-issuer` or `cert-manager.io/issuer`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Verify that the namespaces containing your HTTPRoutes are in the list.

3. **Verify Gateway has cert-manager annotations**:
```bash
kubectl get gateway -n kubermatic -o jsonpath='{.metadata.annotations}'
kubectl get gateway -n kubermatic kubermatic -o jsonpath='{.metadata.annotations}'
```
Should show either `cert-manager.io/cluster-issuer` or `cert-manager.io/issuer`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Verify that the namespaces containing your HTTPRoutes are in the list.

3. **Verify Gateway has cert-manager annotations**:
```bash
kubectl get gateway -n kubermatic -o jsonpath='{.metadata.annotations}'
kubectl get gateway -n kubermatic kubermatic -o jsonpath='{.metadata.annotations}'
```
Should show either `cert-manager.io/cluster-issuer` or `cert-manager.io/issuer`.

Expand Down