Skip to content

website/docs: Update Kubernetes Bootstrap Instructions#14471

Merged
BeryJu merged 2 commits intogoauthentik:mainfrom
msdeleyto:ms/update_bootstrap_instructions
May 11, 2025
Merged

website/docs: Update Kubernetes Bootstrap Instructions#14471
BeryJu merged 2 commits intogoauthentik:mainfrom
msdeleyto:ms/update_bootstrap_instructions

Conversation

@msdeleyto
Copy link
Contributor

@msdeleyto msdeleyto commented May 11, 2025

Details

Update the instructions to bootstrap the Kubernetes Deployment for an automated install according to the deprecation warning:

Error: execution error at (authentik/templates/deprectations.yaml:30:3): `env`, `envValueFrom` and `envFrom` are deprecated. See the release notes for a list of changes.

According to the helm values.yaml file it should be:

global:
  envFrom:
    - secretRef:
        name: secretName

Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

@msdeleyto msdeleyto requested a review from a team as a code owner May 11, 2025 12:24
@netlify
Copy link

netlify bot commented May 11, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 8fe657d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6820a07b0bd6800008d0f5fb

@netlify
Copy link

netlify bot commented May 11, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 8fe657d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6820a07b0bd6800008d0f5ff
😎 Deploy Preview https://deploy-preview-14471--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@msdeleyto msdeleyto force-pushed the ms/update_bootstrap_instructions branch from 9088eee to 458a8e2 Compare May 11, 2025 12:31
@codecov
Copy link

codecov bot commented May 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.70%. Comparing base (f11ba94) to head (8fe657d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14471      +/-   ##
==========================================
- Coverage   92.71%   92.70%   -0.01%     
==========================================
  Files         809      809              
  Lines       41540    41540              
==========================================
- Hits        38514    38510       -4     
- Misses       3026     3030       +4     
Flag Coverage Δ
e2e 47.77% <ø> (-0.06%) ⬇️
integration 24.39% <ø> (ø)
unit 90.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit b01ffd9 into goauthentik:main May 11, 2025
81 of 82 checks passed
@msdeleyto msdeleyto deleted the ms/update_bootstrap_instructions branch May 11, 2025 13:16
kensternberg-authentik added a commit that referenced this pull request May 22, 2025
* main: (60 commits)
  website: bump the build group in /website with 6 updates (#14502)
  core: remove `OldAuthenticatedSession` content type (#14507)
  core: bump msgraph-sdk from 1.29.0 to 1.30.0 (#14503)
  core: bump twilio from 9.6.0 to 9.6.1 (#14505)
  core: bump psycopg[c,pool] from 3.2.8 to 3.2.9 (#14504)
  enterprise: fix expired license's users being counted (#14451)
  website/integrations: fix missing closing brace for semaphore (#14467)
  tests/e2e: Add E2E tests for Flow SFE (#14484)
  website: bump semver from 7.7.1 to 7.7.2 in /website (#14491)
  core: bump django from 5.1.8 to 5.1.9 (#14483)
  core: bump psycopg[c,pool] from 3.2.7 to 3.2.8 (#14481)
  core: bump sentry-sdk from 2.27.0 to 2.28.0 (#14482)
  root: pin package version in pyproject for dependabot (#14469)
  core: fix session migration when old session can't be loaded (#14466)
  root: temporarily deactivate database pool option (#14443)
  website: bump the build group in /website with 3 updates (#14475)
  website/docs: stages: fix-typo (#14477)
  website/docs: Update Kubernetes Bootstrap Instructions (#14471)
  root: improve sentry distributed tracing (#14468)
  Revert "web/admin: fix enterprise menu display" (#14458)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants