Skip to content

Commit 91ffd4f

Browse files
authored
Remove azure-arc-containerstorage and azure-arc-acstor. Add cert-manger (#181)
## Purpose <!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? --> * ... ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [ ] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Other... Please describe: ``` ## How to Test * Get the code ``` git clone [repo-address] cd [repo-name] git checkout [branch-name] npm install ``` * Test the code <!-- Add steps to run the tests suite and/or manually test --> ``` ``` ## What to Check Verify that the following are valid * ... ## Other Information <!-- Add any other helpful information that may be needed here. -->
1 parent 7f65cf1 commit 91ffd4f

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

samples/tanzu-config/psa.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,7 @@ metadata:
2121
apiVersion: v1
2222
kind: Namespace
2323
metadata:
24-
name: azure-arc-containerstorage
25-
labels:
26-
pod-security.kubernetes.io/audit: privileged
27-
pod-security.kubernetes.io/enforce: privileged
28-
---
29-
apiVersion: v1
30-
kind: Namespace
31-
metadata:
32-
name: azure-arc-acstor
24+
name: cert-manager
3325
labels:
3426
pod-security.kubernetes.io/audit: privileged
3527
pod-security.kubernetes.io/enforce: privileged
@@ -57,4 +49,4 @@ metadata:
5749
labels:
5850
pod-security.kubernetes.io/audit: privileged
5951
pod-security.kubernetes.io/enforce: privileged
60-
52+

0 commit comments

Comments
 (0)