Skip to content

Commit

Permalink
feat: add proxy by default (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhasgummanirmata authored Jan 15, 2025
1 parent 2212773 commit 0f2f250
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cloud-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cloud-controller
description: A Helm chart for Kubernetes
type: application
version: v0.0.1
version: v0.0.2
appVersion: v0.1.0-rc.1
maintainers:
- name: Nirmata
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: nirmata.io/v1alpha1
kind: Proxy
metadata:
name: proxy-sample
spec:
port: 8443
caKeySecret:
name: cloud-controller-admission-controller-svc.nirmata.svc.tls-ca
namespace: nirmata
urls:
- ".*.amazonaws.com"
policySelectors:
- matchLabels:
app: kyverno

0 comments on commit 0f2f250

Please sign in to comment.