-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provided manifest installation without webhook (#1156)
* provided manifest installation without webhook * upgraded binaries
- Loading branch information
1 parent
d1d50f9
commit 289b149
Showing
21 changed files
with
282 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace: vm | ||
namePrefix: vm- | ||
resources: | ||
- ../default-with-webhook | ||
patches: | ||
- path: manager_webhook_patch.yaml | ||
target: | ||
kind: Deployment |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
namespace: vm | ||
namePrefix: vm- | ||
resources: | ||
- ../default | ||
patches: | ||
- path: manager_webhook_patch.yaml | ||
target: | ||
kind: Deployment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
namespace: vm | ||
resources: | ||
- ../default | ||
- ../webhook | ||
- ../certmanager | ||
patches: | ||
- path: manager_webhook_patch.yaml | ||
target: | ||
kind: Deployment | ||
- path: webhookcainjection_patch.yaml | ||
|
||
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER' prefix. | ||
# Uncomment the following replacements to add the cert-manager CA injection annotations | ||
# - select: | ||
# kind: MutatingWebhookConfiguration | ||
# fieldPaths: | ||
# - .metadata.annotations.[cert-manager.io/inject-ca-from] | ||
# options: | ||
# delimiter: '/' | ||
# index: 0 | ||
# create: true | ||
# - select: | ||
# kind: MutatingWebhookConfiguration | ||
# fieldPaths: | ||
# - .metadata.annotations.[cert-manager.io/inject-ca-from] | ||
# options: | ||
# delimiter: '/' | ||
# index: 1 | ||
# create: true | ||
replacements: | ||
- source: | ||
fieldPath: .metadata.namespace | ||
group: cert-manager.io | ||
kind: Certificate | ||
name: serving-cert | ||
version: v1 | ||
targets: | ||
- fieldPaths: | ||
- .metadata.annotations.[cert-manager.io/inject-ca-from] | ||
options: | ||
create: true | ||
delimiter: / | ||
select: | ||
kind: ValidatingWebhookConfiguration | ||
- fieldPaths: | ||
- .metadata.annotations.[cert-manager.io/inject-ca-from] | ||
options: | ||
create: true | ||
delimiter: / | ||
select: | ||
kind: CustomResourceDefinition | ||
- source: | ||
fieldPath: .metadata.name | ||
group: cert-manager.io | ||
kind: Certificate | ||
name: serving-cert | ||
version: v1 | ||
targets: | ||
- fieldPaths: | ||
- .metadata.annotations.[cert-manager.io/inject-ca-from] | ||
options: | ||
create: true | ||
delimiter: / | ||
index: 1 | ||
select: | ||
kind: ValidatingWebhookConfiguration | ||
- fieldPaths: | ||
- .metadata.annotations.[cert-manager.io/inject-ca-from] | ||
options: | ||
create: true | ||
delimiter: / | ||
index: 1 | ||
select: | ||
kind: CustomResourceDefinition | ||
- source: | ||
fieldPath: .metadata.name | ||
kind: Service | ||
name: webhook-service | ||
version: v1 | ||
targets: | ||
- fieldPaths: | ||
- .spec.dnsNames.0 | ||
- .spec.dnsNames.1 | ||
options: | ||
create: true | ||
delimiter: . | ||
select: | ||
group: cert-manager.io | ||
kind: Certificate | ||
version: v1 | ||
- source: | ||
fieldPath: .metadata.namespace | ||
kind: Service | ||
name: webhook-service | ||
version: v1 | ||
targets: | ||
- fieldPaths: | ||
- .spec.dnsNames.0 | ||
- .spec.dnsNames.1 | ||
options: | ||
create: true | ||
delimiter: . | ||
index: 1 | ||
select: | ||
group: cert-manager.io | ||
kind: Certificate | ||
version: v1 |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.