Skip to content

Commit

Permalink
ci: fix the copy pasta carbonara
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Nov 20, 2024
1 parent 885060f commit 263273a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 111 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
chart="${{ steps.package_chart.outputs.archive }}"
echo "Pushing: $chart"
helm push "$chart" oci://${{ env.GOOGLE_REGISTRY }}/nais-io/nais/feature
outputs:
chart_name: ${{ steps.package_chart.outputs.name }}
chart_version: ${{ steps.package_chart.outputs.version }}
chart_archive: ${{ steps.package_chart.outputs.archive }}
outputs:
chart_name: ${{ steps.package_chart.outputs.name }}
chart_version: ${{ steps.package_chart.outputs.version }}
chart_archive: ${{ steps.package_chart.outputs.archive }}
rollout:
name: Rollout
if: github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/master'
Expand Down
109 changes: 2 additions & 107 deletions charts/texas/Feature.yaml
Original file line number Diff line number Diff line change
@@ -1,116 +1,11 @@
dependencies:
- allOf:
- aiven-operator
- aivenator
- replicator
- naiserator
environmentKinds:
- tenant
- legacy
timeout: "1800s"
- onprem
values:
aiven.project:
description: Aiven project for Redis.
computed:
template: '"{{ .Env.aiven_project }}"'
aiven.redisPlan:
description: Aiven plan for Redis.
required: true
config:
type: string
aiven.prometheusEndpointId:
description: Aiven Prometheus integration endpoint ID.
computed:
template: '"{{ .Env.aiven_prometheus_endpoint_id }}"'
azure.enabled:
description: Enable Azure AD. Requires Azurerator to be enabled.
config:
type: bool
azure.forwardAuth.enabled:
description: Enables forward auth server. Requires Azurerator and loadbalancer-fa to be enabled.
config:
type: bool
azure.forwardAuth.groupIds:
description: Additional group IDs to grant access to
config:
type: string_array
azure.forwardAuth.sessionCookieEncryptionKey:
description: Cookie encryption key, 256 bits (e.g. 32 ASCII characters) encoded with standard base64.
config:
type: string
secret: true
azure.forwardAuth.ssoDomain:
description: Cookie domain for forward auth
config:
type: string
azure.forwardAuth.ssoDefaultRedirectURL:
description: Default redirect URL for forward auth
config:
type: string
idporten.enabled:
description: Enable ID-porten. Requires Digdirator to be enabled.
config:
type: bool
idporten.legacyCookie:
description: Set legacy session cookie for logins.
config:
type: bool
idporten.openidResourceIndicator:
description: Resource indicator for audience-restricted tokens.
config:
type: string
idporten.openidPostLogoutRedirectURL:
description: Where to redirect the user after global logout.
config:
type: string
idporten.replicasMax:
description: Maximum replicas for SSO server.
config:
type: int
idporten.replicasMin:
description: Minimum replicas for SSO server.
config:
type: int
idporten.sessionCookieEncryptionKey:
description: Cookie encryption key, 256 bits (e.g. 32 ASCII characters) encoded with standard base64.
config:
type: string
secret: true
idporten.sessionCookieName:
description: Cookie name for SSO sessions.
config:
type: string
idporten.ssoDefaultRedirectURL:
description: Fallback URL for invalid SSO redirects.
config:
type: string
idporten.ssoDomain:
description: Allowed domain for SSO (for cookies, CORS and redirect URL validation).
config:
type: string
idporten.ssoServerHost:
description: Host for SSO server.
config:
type: string
idporten.ingressClassName:
description: Ingress class for SSO server.
config:
type: string
image.tag:
config:
type: string
openid.enabled:
description: Enable OpenID config.
config:
type: bool
ignoreKind:
- legacy
openid.wellKnownUrl:
description: Well-known URL to the identity provider.
config:
type: string
ignoreKind:
- legacy
resourceSuffix:
description: Suffix for resources that may conflict in parallel environments.
config:
type: string

0 comments on commit 263273a

Please sign in to comment.