Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(minecraft): indent #4488

Merged
merged 1 commit into from
Feb 5, 2025
Merged

fix(minecraft): indent #4488

merged 1 commit into from
Feb 5, 2025

Conversation

tyriis
Copy link
Owner

@tyriis tyriis commented Feb 5, 2025

No description provided.

Copy link

sonarqubecloud bot commented Feb 5, 2025

@tyriis-automation
Copy link
Contributor

--- kubernetes/talos-flux/apps/gaming/minecraft-java/survival-world Kustomization: flux-system/minecraft-survival-world HelmRelease: gaming/minecraft-survival-world

+++ kubernetes/talos-flux/apps/gaming/minecraft-java/survival-world Kustomization: flux-system/minecraft-survival-world HelmRelease: gaming/minecraft-survival-world

@@ -14,27 +14,12 @@

       chart: app-template
       sourceRef:
         kind: HelmRepository
         name: bjw-s-charts
         namespace: flux-system
       version: 3.6.1
-  dependsOn:
-  - name: external-secret-minecraft-proxy-forwarding
-  - name: external-secret-minecraft-rcon
-  - name: external-secret-minecraft-curseforge-api-key
-  driftDetection:
-    mode: enabled
-  install:
-    createNamespace: true
-    remediation:
-      retries: 3
-  interval: 30m
-  upgrade:
-    remediation:
-      retries: 3
-values:
   containers:
     app:
       env:
         CFG_PROXY_SECRET:
           valueFrom:
             secretKeyRef:
@@ -115,12 +100,23 @@

       fsGroupChangePolicy: OnRootMismatch
       runAsGroup: 2000
       runAsNonRoot: true
       runAsUser: 1000
       seccompProfile:
         type: RuntimeDefault
+  dependsOn:
+  - name: external-secret-minecraft-proxy-forwarding
+  - name: external-secret-minecraft-rcon
+  - name: external-secret-minecraft-curseforge-api-key
+  driftDetection:
+    mode: enabled
+  install:
+    createNamespace: true
+    remediation:
+      retries: 3
+  interval: 30m
   persistence:
     config:
       globalMounts:
       - path: /config/spigot.yml
         readOnly: true
         subPath: spigot.yml
@@ -162,7 +158,11 @@

       endpoints:
       - interval: 1m
         path: /
         port: metrics
         scheme: http
       serviceName: minecraft-survival-world-minecraft
+  upgrade:
+    remediation:
+      retries: 3
+  values: null

@tyriis-automation
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 2.95s
✅ YAML prettier 1 0 0.4s
✅ YAML yamllint 1 0 0.41s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis tyriis merged commit 712ea67 into main Feb 5, 2025
16 checks passed
@tyriis tyriis deleted the feature/minecraft-migrate-paper branch February 5, 2025 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant