You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `controlplane.httpRoute.annotations` | Additional annotations for the HTTPRoute resource | `{}` |
676
+
| `controlplane.httpRoute.labels` | Additional labels for the HTTPRoute resource | `{}` |
677
+
| `controlplane.httpRoute.parentRefs` | Gateways the HTTPRoute is attached to. If unspecified, it'll be attached to Gateway named 'gateway' in the same namespace. | `[]` |
678
+
| `controlplane.httpRoute.hostnames` | List of hostnames matching HTTP header | `[]` |
679
+
| `controlplane.httpRoute.matches` | List of match rules applied to the HTTPRoute for the default svc backend reference | `[]` |
680
+
| `controlplane.httpRoute.filters` | List of filter rules applied to the HTTPRoute for the default svc backend reference | `[]` |
681
+
| `controlplane.httpRoute.extraRules` | List of extra rules applied to the HTTPRoute | `[]` |
674
682
675
683
### Controlplane Misc
676
684
@@ -847,6 +855,14 @@ Once done, you can access with [two predefined users](https://github.com/chainlo
847
855
| `cas.ingressAPI.extraTls` | TLS configuration for additional hostname(s) to be covered with this ingress record | `[]` |
| `cas.ingressAPI.extraRules` | Additional rules to be covered with this ingress record | `[]` |
858
+
| `cas.httpRoute.enabled` | Enable HTTPRoute generation for CAS | `false` |
859
+
| `cas.httpRoute.annotations` | Additional annotations for the HTTPRoute resource | `{}` |
860
+
| `cas.httpRoute.labels` | Additional labels for the HTTPRoute resource | `{}` |
861
+
| `cas.httpRoute.parentRefs` | Gateways the HTTPRoute is attached to. If unspecified, it'll be attached to Gateway named 'gateway' in the same namespace. | `[]` |
862
+
| `cas.httpRoute.hostnames` | List of hostnames matching HTTP header | `[]` |
863
+
| `cas.httpRoute.matches` | List of match rules applied to the HTTPRoute for the default svc backend reference | `[]` |
864
+
| `cas.httpRoute.filters` | List of filter rules applied to the HTTPRoute for the default svc backend reference | `[]` |
865
+
| `cas.httpRoute.extraRules` | List of extra rules applied to the HTTPRoute | `[]` |
850
866
851
867
### CAS Misc
852
868
@@ -928,23 +944,22 @@ Once done, you can access with [two predefined users](https://github.com/chainlo
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
934
-
| `postgresql.auth.enablePostgresUser` | Assign a password to the "postgres" admin user. Otherwise, remote access will be blocked for this user | `false` |
935
-
| `postgresql.auth.username` | Name for a custom user to create | `chainloop` |
936
-
| `postgresql.auth.password` | Password for the custom user to create | `chainlooppwd` |
937
-
| `postgresql.auth.database` | Name for a custom database to create | `chainloop-cp` |
938
-
| `postgresql.auth.existingSecret` | Name of existing secret to use for PostgreSQL credentials | `""` |
939
-
| `vault.server.args` | Arguments to pass to the vault server. This is useful for setting the server in development mode | `["server","-dev"]` |
940
-
| `vault.server.config` | Configuration for the vault server. Small override of default Bitnami configuration | `storage "inmem" {}
941
-
disable_mlock = true
942
-
ui = true
943
-
service_registration "kubernetes" {}` |
944
-
| `vault.server.extraEnvVars[0].name` | Root token for the vault server | `VAULT_DEV_ROOT_TOKEN_ID` |
945
-
| `vault.server.extraEnvVars[0].value` | The value of the root token. Default: notasecret | `notasecret` |
946
-
| `vault.server.extraEnvVars[1].name` | Address to listen on development mode | `VAULT_DEV_LISTEN_ADDRESS` |
947
-
| `vault.server.extraEnvVars[1].value` | The address to listen on. Default: [::]:8200 | `[::]:8200` |
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
950
+
| `postgresql.auth.enablePostgresUser` | Assign a password to the "postgres" admin user. Otherwise, remote access will be blocked for this user | `false` |
951
+
| `postgresql.auth.username` | Name for a custom user to create | `chainloop` |
952
+
| `postgresql.auth.password` | Password for the custom user to create | `chainlooppwd` |
953
+
| `postgresql.auth.database` | Name for a custom database to create | `chainloop-cp` |
954
+
| `postgresql.auth.existingSecret` | Name of existing secret to use for PostgreSQL credentials | `""` |
## @param httpRoute.enabled Enable HTTPRoute generation for WordPress
608
+
## @param controlplane.httpRoute.enabled Enable HTTPRoute generation for controlplane
609
609
##
610
610
enabled: false
611
-
## @param httpRoute.annotations Additional annotations for the HTTPRoute resource
611
+
## @param controlplane.httpRoute.annotations Additional annotations for the HTTPRoute resource
612
612
##
613
613
annotations: {}
614
-
## @param httpRoute.labels Additional labels for the HTTPRoute resource
614
+
## @param controlplane.httpRoute.labels Additional labels for the HTTPRoute resource
615
615
##
616
616
labels: {}
617
-
## @param httpRoute.parentRefs Gateways the HTTPRoute is attached to. If unspecified, it'll be attached to Gateway named 'gateway' in the same namespace.
617
+
## @param controlplane.httpRoute.parentRefs Gateways the HTTPRoute is attached to. If unspecified, it'll be attached to Gateway named 'gateway' in the same namespace.
618
618
## e.g:
619
619
## parentRefs:
620
620
## - name: my-gateway
621
621
## sectionName: http
622
622
## namespace: default
623
623
##
624
624
parentRefs: []
625
-
## @param httpRoute.hostnames [array] List of hostnames matching HTTP header
625
+
## @param controlplane.httpRoute.hostnames [array] List of hostnames matching HTTP header
626
626
##
627
627
hostnames:
628
628
- cp.dev.local
629
-
## @param httpRoute.matches [array] List of match rules applied to the HTTPRoute for the default svc backend reference
629
+
## @param controlplane.httpRoute.matches [array] List of match rules applied to the HTTPRoute for the default svc backend reference
630
630
##
631
631
matches:
632
632
- path:
633
633
type: PathPrefix
634
634
value: /
635
-
## @param httpRoute.filters List of filter rules applied to the HTTPRoute for the default svc backend reference
635
+
## @param controlplane.httpRoute.filters List of filter rules applied to the HTTPRoute for the default svc backend reference
636
636
##
637
637
filters: []
638
-
## @param httpRoute.extraRules List of extra rules applied to the HTTPRoute
638
+
## @param controlplane.httpRoute.extraRules List of extra rules applied to the HTTPRoute
## @param httpRoute.enabled Enable HTTPRoute generation for WordPress
1410
+
## @param cas.httpRoute.enabled Enable HTTPRoute generation for CAS
1411
1411
##
1412
1412
enabled: false
1413
-
## @param httpRoute.annotations Additional annotations for the HTTPRoute resource
1413
+
## @param cas.httpRoute.annotations Additional annotations for the HTTPRoute resource
1414
1414
##
1415
1415
annotations: {}
1416
-
## @param httpRoute.labels Additional labels for the HTTPRoute resource
1416
+
## @param cas.httpRoute.labels Additional labels for the HTTPRoute resource
1417
1417
##
1418
1418
labels: {}
1419
-
## @param httpRoute.parentRefs Gateways the HTTPRoute is attached to. If unspecified, it'll be attached to Gateway named 'gateway' in the same namespace.
1419
+
## @param cas.httpRoute.parentRefs Gateways the HTTPRoute is attached to. If unspecified, it'll be attached to Gateway named 'gateway' in the same namespace.
1420
1420
## e.g:
1421
1421
## parentRefs:
1422
1422
## - name: my-gateway
1423
1423
## sectionName: http
1424
1424
## namespace: default
1425
1425
##
1426
1426
parentRefs: []
1427
-
## @param httpRoute.hostnames [array] List of hostnames matching HTTP header
1427
+
## @param cas.httpRoute.hostnames [array] List of hostnames matching HTTP header
1428
1428
##
1429
1429
hostnames:
1430
1430
- cas.dev.local
1431
-
## @param httpRoute.matches [array] List of match rules applied to the HTTPRoute for the default svc backend reference
1431
+
## @param cas.httpRoute.matches [array] List of match rules applied to the HTTPRoute for the default svc backend reference
1432
1432
##
1433
1433
matches:
1434
1434
- path:
1435
1435
type: PathPrefix
1436
1436
value: /
1437
-
## @param httpRoute.filters List of filter rules applied to the HTTPRoute for the default svc backend reference
1437
+
## @param cas.httpRoute.filters List of filter rules applied to the HTTPRoute for the default svc backend reference
1438
1438
##
1439
1439
filters: []
1440
-
## @param httpRoute.extraRules List of extra rules applied to the HTTPRoute
1440
+
## @param cas.httpRoute.extraRules List of extra rules applied to the HTTPRoute
0 commit comments