File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11spire-server :
2- ca_subject :
3- common_name : common_name
2+ caSubject :
3+ commonName : common_name
44 controllerManager :
55 identities :
66 clusterSPIFFEIDs :
Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 spire-chart-version :
14- - spire : ' 0.17 .x'
15- crds : ' 0.3 .x'
14+ - spire : ' 0.28 .x'
15+ crds : ' 0.5 .x'
1616
1717 env :
1818 HELM_REPOSITORY : https://spiffe.github.io/helm-charts-hardened/
5757 --repo ${{ env.HELM_REPOSITORY }} \
5858 --version ${{ matrix.spire-chart-version.spire }} \
5959 --values .github/ci-k8s-configs/spire-values.yaml \
60- --set spire-server.ca_subject.common_name ="$TRUSTSTORE_COMMON_NAME" \
60+ --set spire-server.caSubject.commonName ="$TRUSTSTORE_COMMON_NAME" \
6161 --set spire-server.controllerManager.identities.clusterSPIFFEIDs.java-spiffe-helper.dnsNameTemplates[0]="$KEYSTORE_COMMON_NAME"
6262 - name : Deploy java-spiffe-helper pod to local cluster
6363 run : kubectl apply -f .github/ci-k8s-configs/java-spiffe-helper.yaml
You can’t perform that action at this time.
0 commit comments